다음을 통해 공유


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.