Share via


OlapInfoAxis.Hierarchies Property

Gets an OlapInfoHierarchyCollection that represents metadata pertaining to the hierarchies that are associated with the OlapInfoAxis.

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

Syntax

'Declaration
Public ReadOnly Property Hierarchies As OlapInfoHierarchyCollection
    Get
'Usage
Dim instance As OlapInfoAxis
Dim value As OlapInfoHierarchyCollection

value = instance.Hierarchies
public OlapInfoHierarchyCollection Hierarchies { get; }
public:
property OlapInfoHierarchyCollection^ Hierarchies {
    OlapInfoHierarchyCollection^ get ();
}
member Hierarchies : OlapInfoHierarchyCollection
function get Hierarchies () : OlapInfoHierarchyCollection

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection
An OlapInfoHierarchyCollection that represents metadata pertaining to the hierarchies that are associated with the OlapInfoAxis.