Classe MemberFilter

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

Hiérarchie d'héritage

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

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

Syntaxe

'Déclaration
Public Class MemberFilter
'Utilisation
Dim instance As MemberFilter
public class MemberFilter
public ref class MemberFilter
type MemberFilter =  class end
public class MemberFilter

Le type MemberFilter expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique MemberFilter(String, String) Initializes a new instance of the MemberFilter class with the property name and the property value.
Méthode publique 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.

Haut de la page

Propriétés

  Nom Description
Propriété publique FilterType Gets or sets the type of filtering to use.
Propriété publique PropertyName Gets or sets the name of the property to filter on.
Propriété publique PropertyValue Gets or sets the value of the property to filter for.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

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.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.