MemberFilterType Enumeration

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

命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

语法

声明
Public Enumeration MemberFilterType
public enum MemberFilterType
public enum class MemberFilterType
public enum MemberFilterType
public enum MemberFilterType

Members

Member name Description
BeginsWith The property value will be tested to begin with the specified filter value.
Contains The property value will be tested to contain the specified filter value.
EndsWith The property value will be tested to end with the specified filter value.
Equals The property value will be tested to equal 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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Microsoft.AnalysisServices.AdomdClient Namespace