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.