DataCubeConfigureDataSecurityHierarchy Method

Configures the specified hierarchy as a data security hierarchy.

Namespace: Dundas.BI.Entities.DataCubes
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public void ConfigureDataSecurityHierarchy(
	IHierarchy hierarchy,
	Guid customAttributeId,
	bool hideHierarchy
)

Parameters

hierarchy  IHierarchy
The hierarchy.
customAttributeId  Guid
The custom attribute ID.
hideHierarchy  Boolean
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