Compartir a través de


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
Método público MemberFilter(String, String) Initializes a new instance of the MemberFilter class with the property name and the property value.
Método público 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
Propiedad pública FilterType Gets or sets the type of filtering to use.
Propiedad pública PropertyName Gets or sets the name of the property to filter on.
Propiedad pública PropertyValue Gets or sets the value of the property to filter for.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público 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.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices.AdomdClient