OlapCubeConfigureDataSecurityHierarchy Method

Configures the specified hierarchy as a data security hierarchy.

Namespace:  Dundas.BI.Data.Metadata.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public void ConfigureDataSecurityHierarchy(
	IHierarchy hierarchy,
	Guid customAttributeId,
	bool hideHierarchy
)

Parameters

hierarchy
Type: Dundas.BI.Data.MetadataIHierarchy
The hierarchy.
customAttributeId
Type: SystemGuid
The custom attribute ID.
hideHierarchy
Type: SystemBoolean
If set to then the hierarchy is removed from the parent cube hierarchy collection.

Implements

IAnalysisStructureConfigureDataSecurityHierarchy(IHierarchy, Guid, Boolean)
Exceptions
ExceptionCondition
ArgumentNullExceptionhierarchy is .
ArgumentExceptionhierarchy does not belong to the current instance or customAttributeId is not an existing custom attribute ID.
See Also