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.
Provides a hint on how a client application displays a list of server values.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Enumeration InstanceSelection
'Usage
Dim instance As InstanceSelection
public enum InstanceSelection
public enum class InstanceSelection
type InstanceSelection
public enum InstanceSelection
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| DropDown | Specifies that the values are to be displayed using a DropDown object. | |
| FilteredList | Specifies that the values are to be displayed using a FilteredList object. | |
| List | Specifies that the values are to be displayed using a List object. | |
| MandatoryFilter | Specifies that the values are to be displayed using a FilteredList object with a mandatory filter. | |
| None | No hint is provided. |
Hinweise
Neu: 17. Juli 2006