OlapInfo.AxesInfo Property

 

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

public AxesInfo AxesInfo { get; }
public:
property AxesInfo^ AxesInfo {
    AxesInfo^ get();
}
member AxesInfo : AxesInfo with get
Public ReadOnly Property AxesInfo As AxesInfo

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.AxesInfo

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

See Also

OlapInfo Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top