共用方式為


MemberFilter 建構函式 (String, MemberFilterType, String)

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 (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

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

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

參數

  • propertyName
    型別:System.String
    The name of the property that to filter on.
  • propertyValue
    型別:System.String
    The value of the property to filter for.

請參閱

參考

MemberFilter 類別

MemberFilter 多載

Microsoft.AnalysisServices.AdomdClient 命名空間