Partager via


MemberFilter Constructor (String, String)

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

Espace de noms: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    propertyName As String, _
    propertyValue As String _
)
public MemberFilter (
    string propertyName,
    string propertyValue
)
public:
MemberFilter (
    String^ propertyName, 
    String^ propertyValue
)
public MemberFilter (
    String propertyName, 
    String propertyValue
)
public function MemberFilter (
    propertyName : String, 
    propertyValue : String
)

Paramètres

  • propertyName
    The name of the property to filter on.
  • propertyValue
    The value of the property to filter for.

Notes

The default type of the filter is the Equals type.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

MemberFilter Class
MemberFilter Members
Microsoft.AnalysisServices.AdomdClient Namespace