Поделиться через


Перечисление InstanceSelection

Provides a hint on how a client application displays a list of server values.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Enumeration InstanceSelection
'Применение
Dim instance As InstanceSelection
public enum InstanceSelection
public enum class InstanceSelection
type InstanceSelection
public enum InstanceSelection

Элементы

Имя элемента Описание
None No hint is provided.
DropDown Specifies that the values are to be displayed using a DropDown object.
List Specifies that the values are to be displayed using a List object.
FilteredList Specifies that the values are to be displayed using a FilteredList object.
MandatoryFilter Specifies that the values are to be displayed using a FilteredList object with a mandatory filter.

Замечания

Добавления: 17 июля 2006 г.

См. также

Справочник