Dimension.Hierarchies Property

 

Gets a HierarchyCollection that contains the dimension hierarchies for the Dimension.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public HierarchyCollection Hierarchies { get; }
public:
property HierarchyCollection^ Hierarchies {
    HierarchyCollection^ get();
}
member Hierarchies : HierarchyCollection with get
Public ReadOnly Property Hierarchies As HierarchyCollection

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.HierarchyCollection

A HierarchyCollection that contains the dimension hierarchies for the Dimension.

Remarks

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

See Also

Dimension Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top