Compartilhar via


Propriedade do RDL AxesInfo.Axes

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

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

Sintaxe

'Declaração
Public ReadOnly Property Axes As OlapInfoAxisCollection 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

AxesInfo Classe

Namespace Microsoft.AnalysisServices.AdomdClient