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 a HierarchyCollection that contains the dimension hierarchies for the Dimension.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.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; }
public:
property HierarchyCollection^ Hierarchies {
HierarchyCollection^ get ();
}
member Hierarchies : HierarchyCollection
function get Hierarchies () : HierarchyCollection
Property Value
Type: Microsoft.AnalysisServices.AdomdServer.HierarchyCollection
A HierarchyCollection that contains the dimension hierarchies for the Dimension.
Remarks
This property retrieves the user hierarchies associated with a given dimension.