DataCubeSetupHierarchy(ConnectorElement, RaggedHierarchy) Method

Sets up a RaggedHierarchy 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,
	RaggedHierarchy hierarchy
)

Parameters

connectorElement  ConnectorElement
The connector element to be used to generate the data cube hierarchy information.
hierarchy  RaggedHierarchy
The ragged hierarchy.

Return Value

IHierarchy
The linked hierarchy.
Exceptions
ExceptionCondition
ArgumentNullExceptionconnectorElement or hierarchy is .
ArgumentExceptionconnectorElement does not belong the output element collection.
See Also