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
)
Public Function SetupHierarchy (
nativeElementName As String,
timeLevel As ITimeHierarchyLevel
) As IHierarchy
public:
IHierarchy^ SetupHierarchy(
String^ nativeElementName,
ITimeHierarchyLevel^ timeLevel
)
member SetupHierarchy :
nativeElementName : string *
timeLevel : ITimeHierarchyLevel -> IHierarchy
Parameters
- nativeElementName
- Type: SystemString
The native element name. - timeLevel
- Type: Dundas.BI.Data.MetadataITimeHierarchyLevel
The time hierarchy level.
Return Value
Type:
IHierarchyThe linked hierarchy.
Exceptions See Also