Propriété AxesInfo.Axes
Gets an OlapInfoAxisCollectionthat represents metadata pertaining to the axes that are associated with the AxesInfo.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Axes As OlapInfoAxisCollection
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection
An OlapInfoAxisCollection that represents metadata pertaining to the axes associated with the AxesInfo.