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.
Gets the collection of perspective hierarchies.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Hierarchies As PerspectiveHierarchyCollection
Get
'Usage
Dim instance As PerspectiveDimension
Dim value As PerspectiveHierarchyCollection
value = instance.Hierarchies
[BrowsableAttribute(false)]
public PerspectiveHierarchyCollection Hierarchies { get; }
[BrowsableAttribute(false)]
public:
property PerspectiveHierarchyCollection^ Hierarchies {
PerspectiveHierarchyCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Hierarchies : PerspectiveHierarchyCollection
function get Hierarchies () : PerspectiveHierarchyCollection
Property Value
Type: Microsoft.AnalysisServices.PerspectiveHierarchyCollection
The collection of perspective hierarchies.