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