Freigeben über


CellSet.FilterAxis-Eigenschaft

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

'Declaration
Public ReadOnly Property FilterAxis As Axis 
    Get
'Usage
Dim instance As CellSet 
Dim value As Axis 

value = instance.FilterAxis
public Axis FilterAxis { get; }
public:
property Axis^ FilterAxis {
    Axis^ get ();
}
member FilterAxis : Axis
function get FilterAxis () : Axis

Eigenschaftswert

Typ: Microsoft.AnalysisServices.AdomdClient.Axis
An Axis that contains the filter axis for the CellSet.

Hinweise

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

Siehe auch

Verweis

CellSet Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace