Freigeben über


AxesInfo.Axes-Eigenschaft

Gets an OlapInfoAxisCollectionthat represents metadata pertaining to the axes that are associated with the AxesInfo.

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

Syntax

'Declaration
Public ReadOnly Property Axes As OlapInfoAxisCollection 
    Get
'Usage
Dim instance As AxesInfo 
Dim value As OlapInfoAxisCollection 

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

Eigenschaftswert

Typ: Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection
An OlapInfoAxisCollection that represents metadata pertaining to the axes associated with the AxesInfo.

Siehe auch

Verweis

AxesInfo Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace