Compartir a través de


MemberFilter Constructor (String, String)

Initializes a new instance of the MemberFilter class with the property name and the property value.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public Sub New ( _
    propertyName As String, _
    propertyValue As String _
)
'Uso
Dim propertyName As String 
Dim propertyValue As String 

Dim instance As New MemberFilter(propertyName, _
    propertyValue)
public MemberFilter(
    string propertyName,
    string propertyValue
)
public:
MemberFilter(
    String^ propertyName, 
    String^ propertyValue
)
new : 
        propertyName:string * 
        propertyValue:string -> MemberFilter
public function MemberFilter(
    propertyName : String, 
    propertyValue : String
)

Parámetros

  • propertyName
    Tipo: System.String
    The name of the property to filter on.
  • propertyValue
    Tipo: System.String
    The value of the property to filter for.

Comentarios

The default type of the filter is the Equals type.

Vea también

Referencia

MemberFilter Clase

Sobrecarga de MemberFilter

Espacio de nombres Microsoft.AnalysisServices.AdomdClient