Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the hierarchy with specified unique name.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function GetHierarchy ( _
hierarchyUniqueName As String _
) As Hierarchy
'Usage
Dim instance As Cube
Dim hierarchyUniqueName As String
Dim returnValue As Hierarchy
returnValue = instance.GetHierarchy(hierarchyUniqueName)
public Hierarchy GetHierarchy(
string hierarchyUniqueName
)
Parameters
hierarchyUniqueName
Type: System.StringThe unique name of the hierarchy.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Hierarchy
The hierarchy with specified unique name.