DataCubeSetupHierarchy(ConnectorElement) Method

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

Parameters

connectorElement  ConnectorElement
The element.

Return Value

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