Initializes a new instance of the MemberFilter class with the property name and the property value.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
语法
声明
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
)
参数
- propertyName
The name of the property to filter on.
- propertyValue
The value of the property to filter for.
备注
The default type of the filter is the Equals type.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
MemberFilter Class
MemberFilter Members
Microsoft.AnalysisServices.AdomdClient Namespace