AxesInfo.Axes Property

 

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

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection

An OlapInfoAxisCollection that represents metadata pertaining to the axes associated with the AxesInfo.

See Also

AxesInfo Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top