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 | |
---|---|---|
MemberFilter(String, String) | Initializes a new instance of the MemberFilter class with the property name and the property value. | |
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 | |
---|---|---|
FilterType | Gets or sets the type of filtering to use. | |
PropertyName | Gets or sets the name of the property to filter on. | |
PropertyValue | Gets or sets the value of the property to filter for. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
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.