Open this page in the API Guide

IAnalysisStructure.ConfigureDataSecurityHierarchy 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 (25.1.0.1000)
Syntax
void ConfigureDataSecurityHierarchy(
	IHierarchy hierarchy,
	Guid customAttributeId,
	bool hideHierarchy
)

Parameters

hierarchy
Type: Dundas.BI.Data.Metadata.IHierarchy
The hierarchy.
customAttributeId
Type: System.Guid
The custom attribute ID.
hideHierarchy
Type: System.Boolean
If set to true then the hierarchy is removed from the parent cube hierarchy collection.
Exceptions
ExceptionCondition
ArgumentNullExceptionhierarchy is null.
ArgumentExceptionhierarchy does not belong to the current instance or customAttributeId is not an existing custom attribute ID.
See Also