Clase MemberFilter
Represents a single filter to be applied when retrieving a collection of members.
Jerarquía de herencia
System.Object
Microsoft.AnalysisServices.AdomdClient.MemberFilter
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public Class MemberFilter
'Uso
Dim instance As MemberFilter
public class MemberFilter
public ref class MemberFilter
type MemberFilter = class end
public class MemberFilter
El tipo MemberFilter expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
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.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.