หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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
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.