Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the type of filtering to apply to the member property when using a MemberFilter.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Enumeration MemberFilterType
'Usage
Dim instance As MemberFilterType
public enum MemberFilterType
public enum class MemberFilterType
type MemberFilterType
public enum MemberFilterType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |
Hinweise
The FilterType property of the MemberFilter identifies how the filter will be applied, when calling GetMembers on the Level, or GetChildren on the Member.