Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an AxesInfo that represents metadata pertaining to the axes that are associated with a CellSet.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property AxesInfo As AxesInfo
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.AdomdClient.AxesInfo
An AxesInfo that represents metadata pertaining to the axes that are associated with a CellSet.