다음을 통해 공유


MemberFilterType 열거형

Represents the type of filtering to apply to the member property when using a MemberFilter.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient.dll의 Microsoft.AnalysisServices.AdomdClient

구문

‘선언
Public Enumeration MemberFilterType
‘사용 방법
Dim instance As MemberFilterType
public enum MemberFilterType
public enum class MemberFilterType
type MemberFilterType
public enum MemberFilterType

멤버

멤버 이름 설명
Equals The property value will be tested to equal the specified filter value.
BeginsWith The property value will be tested to begin with the specified filter value.
EndsWith The property value will be tested to end with the specified filter value.
Contains The property value will be tested to contain the specified filter value.

주의

The FilterType property of the MemberFilter identifies how the filter will be applied, when calling GetMembers on the Level, or GetChildren on the Member.