DataCubeSetupHierarchy Method (String, ITimeHierarchyLevel)

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 (24.3.0.1000)
Syntax
public IHierarchy SetupHierarchy(
	string nativeElementName,
	ITimeHierarchyLevel timeLevel
)

Parameters

nativeElementName
Type: SystemString
The native element name.
timeLevel
Type: Dundas.BI.Data.MetadataITimeHierarchyLevel
The time hierarchy level.

Return Value

Type: 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