Open this page in the API Guide

DataCube.SetupHierarchy Method (ConnectorElement)

Setups a IHierarchy object using the specified element.

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

Parameters

connectorElement
Type: Dundas.BI.Data.Transforms.ConnectorElement
The element.

Return Value

Type: IHierarchy
The data cube hierarchy object.
Exceptions
ExceptionCondition
ArgumentNullExceptionconnectorElement is null.
ArgumentExceptionconnectorElement does not belong the output element collection.
See Also