Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.