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
)
Public Function SetupHierarchy (
nativeElementName As String
) As IHierarchy
public:
IHierarchy^ SetupHierarchy(
String^ nativeElementName
)
member SetupHierarchy :
nativeElementName : string -> IHierarchy
Parameters
- nativeElementName
- Type: SystemString
The native element name.
Return Value
Type:
IHierarchyThe data cube hierarchy object.
Exceptions Exception | Condition |
---|
ArgumentException | No output element with the nativeElementName native name was found. |
See Also