Dimension.Hierarchies Property
Gets the hierarchies that belong to this dimension.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Hierarchies As HierarchyCollection
Get
'Usage
Dim instance As Dimension
Dim value As HierarchyCollection
value = instance.Hierarchies
public HierarchyCollection Hierarchies { get; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.HierarchyCollection
The hierarchies that belong to this dimension.