共用方式為


MemberFilterType 列舉型別

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

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

語法

'宣告
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.