Share via


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

Property Value

A HierarchyCollection that contains the dimension hierarchies for the Dimension.

Remarks

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

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Dimension Class
Dimension Members
Microsoft.AnalysisServices.AdomdServer Namespace