共用方式為


MemberFilter Constructor (String, String)

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