共用方式為


FilterType 屬性

Gets or sets the type of filtering to use.

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

語法

'宣告
Public Property FilterType As MemberFilterType
    Get
    Set
'用途
Dim instance As MemberFilter
Dim value As MemberFilterType

value = instance.FilterType

instance.FilterType = value
public MemberFilterType FilterType { get; set; }
public:
property MemberFilterType FilterType {
    MemberFilterType get ();
    void set (MemberFilterType value);
}
member FilterType : MemberFilterType with get, set
function get FilterType () : MemberFilterType
function set FilterType (value : MemberFilterType)

屬性值

型別:Microsoft.AnalysisServices.AdomdClient. . :: . .MemberFilterType
A MemberFilterType enumeration that determines the behavior of this MemberFilter.