IAnalysisStructureResetDataSecurityHierarchy Method

Resets the data security hierarchy as a standard hierarchy.

Namespace: Dundas.BI.Data.Metadata
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
void ResetDataSecurityHierarchy(
	IHierarchy hierarchy
)

Parameters

hierarchy  IHierarchy
The hierarchy.
Exceptions
ExceptionCondition
ArgumentNullExceptionhierarchy is .
ArgumentExceptionhierarchy does not belong to the current instance.
See Also