TimeDimensionFindHierarchy Method |
Find the requested time hierarchy by its unique name.
Namespace:
Dundas.BI.Entities.TimeDimensions
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ITimeHierarchy FindHierarchy(
string uniqueName
)
Public Function FindHierarchy (
uniqueName As String
) As ITimeHierarchy
public:
ITimeHierarchy^ FindHierarchy(
String^ uniqueName
)
member FindHierarchy :
uniqueName : string -> ITimeHierarchy
Parameters
- uniqueName
- Type: SystemString
The unique name of the hierarchy.
Return Value
Type:
ITimeHierarchyThe hierarchy element.
Exceptions See Also