MemberFilter Constructor (String, MemberFilterType, String)
Initializes a new instance of the MemberFilter class with the property name, the property value, and the type of the filter.
Espace de noms: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Syntaxe
'Déclaration
Public Sub New ( _
propertyName As String, _
filterType As MemberFilterType, _
propertyValue As String _
)
public MemberFilter (
string propertyName,
MemberFilterType filterType,
string propertyValue
)
public:
MemberFilter (
String^ propertyName,
MemberFilterType filterType,
String^ propertyValue
)
public MemberFilter (
String propertyName,
MemberFilterType filterType,
String propertyValue
)
public function MemberFilter (
propertyName : String,
filterType : MemberFilterType,
propertyValue : String
)
Paramètres
- propertyName
The name of the property that to filter on.
- filterType
The type of filtering to apply to the property.
- propertyValue
The value of the property to filter for.
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