DataCubeSetupHierarchy(String, RaggedHierarchy) Method

Setups a RaggedHierarchy object by linking an existing relational hierarchy 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,
	RaggedHierarchy hierarchy
)

Parameters

nativeElementName  String
The native element name.
hierarchy  RaggedHierarchy
The ragged hierarchy.

Return Value

IHierarchy
The linked hierarchy.
Exceptions
ExceptionCondition
ArgumentNullExceptionhierarchy is .
ArgumentExceptionNo output element with the nativeElementName native name was found.
See Also