Enumeración MemberFilterType
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 (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public Enumeration MemberFilterType
'Uso
Dim instance As MemberFilterType
public enum MemberFilterType
public enum class MemberFilterType
type MemberFilterType
public enum MemberFilterType
Miembros
Nombre del miembro | Descripción | |
---|---|---|
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. |
Comentarios
The FilterType property of the MemberFilter identifies how the filter will be applied, when calling GetMembers on the Level, or GetChildren on the Member.