IAnalysisStructureConfigureDataSecurityHierarchy Method

Configures the specified hierarchy as a data security 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 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.
Exceptions
ExceptionCondition
ArgumentNullExceptionhierarchy is .
ArgumentExceptionhierarchy does not belong to the current instance or customAttributeId is not an existing custom attribute ID.
See Also