DataCubeSetupHierarchy(ConnectorElement, UserHierarchyLevel) Method

Setups a IHierarchy object by linking an existing relational hierarchy to the specified ConnectorElement.

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 IHierarchy SetupHierarchy(
	ConnectorElement connectorElement,
	UserHierarchyLevel hierarchyLevel
)

Parameters

connectorElement  ConnectorElement
The connector element.
hierarchyLevel  UserHierarchyLevel
The hierarchy level.

Return Value

IHierarchy
The linked hierarchy.
Exceptions
ExceptionCondition
ArgumentNullExceptionconnectorElement or hierarchyLevel is .
ArgumentExceptionconnectorElement does not belong to the current instance.
See Also