共用方式為


MemberFilter 建構函式 (String, String)

Initializes a new instance of the MemberFilter class with the property name and the property value.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public Sub New ( _
    propertyName As String, _
    propertyValue As String _
)
'用途
Dim propertyName As String
Dim propertyValue As String

Dim instance As New MemberFilter(propertyName, _
    propertyValue)
public MemberFilter(
    string propertyName,
    string propertyValue
)
public:
MemberFilter(
    String^ propertyName, 
    String^ propertyValue
)
new : 
        propertyName:string * 
        propertyValue:string -> MemberFilter
public function MemberFilter(
    propertyName : String, 
    propertyValue : String
)

參數

備註

The default type of the filter is the Equals type.