Partager via


FilterType propriété

Gets or sets the type of filtering to use.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (dans Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public Property FilterType As MemberFilterType
    Get
    Set
'Utilisation
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)

Valeur de la propriété

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