Freigeben über


OlapInfoAxis.Hierarchies-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

OlapInfoAxis Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace