DataCubeSetupHierarchy Method (String)

Setups a IHierarchy object using an output element with 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
)

Parameters

nativeElementName
Type: SystemString
The native element name.

Return Value

Type: IHierarchy
The data cube hierarchy object.
Exceptions
ExceptionCondition
ArgumentExceptionNo output element with the nativeElementName native name was found.
See Also