共用方式為


FilterAxis 屬性

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

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public ReadOnly Property FilterAxis As Axis
    Get
'用途
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

屬性值

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

備註

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