Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Represents the type of filtering to apply to the member property when using a MemberFilter.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Sintaxis
'Declaración
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. |
Notas
The FilterType property of the MemberFilter identifies how the filter will be applied, when calling GetMembers on the Level, or GetChildren on the Member.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.