DataCubeSetupHierarchy Method (String, RaggedHierarchy)

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

Parameters

nativeElementName
Type: SystemString
The native element name.
hierarchy
Type: Dundas.BI.Entities.UserHierarchiesRaggedHierarchy
The ragged hierarchy.

Return Value

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