नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
Initializes a new instance of the MemberFilter class with the property name and the property value.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Syntax
'Declaration
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
)
Parameters
- propertyName
The name of the property to filter on.
- propertyValue
The value of the property to filter for.
Remarks
The default type of the filter is the Equals type.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
MemberFilter Class
MemberFilter Members
Microsoft.AnalysisServices.AdomdClient Namespace