Compartir a través de


AxesInfo Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property AxesInfo As AxesInfo
    Get
'Uso
Dim instance As OlapInfo
Dim value As AxesInfo

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

Valor de la propiedad

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