Compartilhar via


Propriedade do RDL MemberFilter.FilterType

Gets or sets the type of filtering to use.

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

Sintaxe

'Declaração
Public Property FilterType As MemberFilterType 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

MemberFilter Classe

Namespace Microsoft.AnalysisServices.AdomdClient