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