Поделиться через


Конструктор 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
)

Параметры