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 (8.0.2.1001)
Syntaxpublic 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| Exception | Condition |
|---|
| ArgumentException | The uniqueName was or empty. |
| NotFoundException | The hierarchy with the specified uniqueName cannot be found. |
See Also