Open this page in the API Guide

DataCube.ConfigureDataSecurityHierarchy 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 (25.1.0.1000)
Syntax
public 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.

Implements

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