AxesInfo.FilterAxis Property
Gets an OlapInfoAxis that represents metadata pertaining to the filter axis that is associated with the AxesInfo.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property FilterAxis As OlapInfoAxis
Get
'Usage
Dim instance As AxesInfo
Dim value As OlapInfoAxis
value = instance.FilterAxis
public OlapInfoAxis FilterAxis { get; }
public:
property OlapInfoAxis^ FilterAxis {
OlapInfoAxis^ get ();
}
member FilterAxis : OlapInfoAxis
function get FilterAxis () : OlapInfoAxis
Property Value
Type: Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis
An OlapInfoAxis that represents metadata pertaining to the filter axis associated with the AxesInfo.