DataCubeSetupHierarchy(String, ITimeHierarchyLevel) Method

Setups a IHierarchy object by linking an existing time hierarchy level to a ConnectorElement with the specified native element name.

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(
	string nativeElementName,
	ITimeHierarchyLevel timeLevel
)

Parameters

nativeElementName  String
The native element name.
timeLevel  ITimeHierarchyLevel
The time hierarchy level.

Return Value

IHierarchy
The linked hierarchy.
Exceptions
ExceptionCondition
ArgumentNullExceptiontimeLevel is .
ArgumentExceptionNo output element with the nativeElementName native name and a valid data type was found.
See Also