MemberFilter.FilterType Property

Gets or sets the type of filtering to use.

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

Syntax

'Declaration
Public Property FilterType As MemberFilterType
    Get
    Set
'Usage
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)

Property Value

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