Condividi tramite


MemberFilterType Enumeration

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

Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Sintassi

'Dichiarazione
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.

Osservazioni

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

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.AnalysisServices.AdomdClient Namespace