Open this page in the API Guide

CubePerspective.ResetDataSecurityHierarchy Method

Resets the data security hierarchy as a standard hierarchy.

Namespace:  Dundas.BI.Entities.CubePerspectives
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void ResetDataSecurityHierarchy(
	IHierarchy hierarchy
)

Parameters

hierarchy
Type: Dundas.BI.Data.Metadata.IHierarchy
The hierarchy.

Implements

IAnalysisStructure.ResetDataSecurityHierarchy(IHierarchy)
Exceptions
ExceptionCondition
ArgumentNullExceptionhierarchy is null.
ArgumentExceptionhierarchy does not belong to the current instance.
See Also