DataCubeSetupHierarchy(ConnectorElement, ITimeHierarchyLevel) Method

Setups a IHierarchy object by linking an existing time hierarchy level 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,
	ITimeHierarchyLevel timeLevel
)

Parameters

connectorElement  ConnectorElement
The connector element to be linked to the time hierarchy level.
timeLevel  ITimeHierarchyLevel
The time hierarchy level.

Return Value

IHierarchy
The linked hierarchy.
Exceptions
ExceptionCondition
ArgumentNullExceptionconnectorElement or timeLevel is .
ArgumentExceptionconnectorElement does not belong to the current instance or has an invalid data type.
See Also