Freigeben über


Dimension.Hierarchies Property

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
public HierarchyCollection Hierarchies { get; }
public:
property HierarchyCollection^ Hierarchies {
    HierarchyCollection^ get ();
}
/** @property */
public HierarchyCollection get_Hierarchies ()
public function get Hierarchies () : HierarchyCollection

Eigenschaftswert

A HierarchyCollection that contains the dimension hierarchies for the Dimension.

Hinweise

This property retrieves the user hierarchies associated with a given dimension.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Dimension Class
Dimension Members
Microsoft.AnalysisServices.AdomdServer Namespace