DataCubeSetupHierarchy 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 (24.3.0.1000)
Syntax
public IHierarchy SetupHierarchy(
	ConnectorElement connectorElement
)

Parameters

connectorElement
Type: Dundas.BI.Data.TransformsConnectorElement
The element.

Return Value

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