Condividi tramite


Classe MemberFilter

Represents a single filter to be applied when retrieving a collection of members.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..MemberFilter

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public Class MemberFilter
'Utilizzo
Dim instance As MemberFilter
public class MemberFilter
public ref class MemberFilter
type MemberFilter =  class end
public class MemberFilter

Nel tipo MemberFilter sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico MemberFilter(String, String) Initializes a new instance of the MemberFilter class with the property name and the property value.
Metodo pubblico MemberFilter(String, MemberFilterType, String) Initializes a new instance of the MemberFilter class with the property name, the property value, and the type of the filter.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica FilterType Gets or sets the type of filtering to use.
Proprietà pubblica PropertyName Gets or sets the name of the property to filter on.
Proprietà pubblica PropertyValue Gets or sets the value of the property to filter for.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

This object is used in the GetMembers method and the GetChildren method.

The MemberFilter represents a single filter to be applied when retrieving a collection of members.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.