Constructeur 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.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public Sub New ( _
propertyName As String, _
filterType As MemberFilterType, _
propertyValue As String _
)
'Utilisation
Dim propertyName As String
Dim filterType As MemberFilterType
Dim propertyValue As String
Dim instance As New MemberFilter(propertyName, _
filterType, propertyValue)
public MemberFilter(
string propertyName,
MemberFilterType filterType,
string propertyValue
)
public:
MemberFilter(
String^ propertyName,
MemberFilterType filterType,
String^ propertyValue
)
new :
propertyName:string *
filterType:MemberFilterType *
propertyValue:string -> MemberFilter
public function MemberFilter(
propertyName : String,
filterType : MemberFilterType,
propertyValue : String
)
Paramètres
- propertyName
Type : System.String
The name of the property that to filter on.
- filterType
Type : Microsoft.AnalysisServices.AdomdClient.MemberFilterType
The type of filtering to apply to the property.
- propertyValue
Type : System.String
The value of the property to filter for.