Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Initializes a new instance of the MemberFilter class with the property name, the property value, and the type of the filter.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- 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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
MemberFilter Class
MemberFilter Members
Microsoft.AnalysisServices.AdomdClient Namespace