Partager via


AxesInfo propriété

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

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (dans Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property AxesInfo As AxesInfo
    Get
'Utilisation
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

Valeur de la propriété

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