CellSet.FilterAxis Property

 

Gets an instance of an Axis class that represents the filter axis of the CellSet.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.Axis

An Axis that contains the filter axis for the CellSet.

Remarks

For more information about query and filter axes, see Axes.

See Also

CellSet Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top