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.

注释

新增日期: 2006 年 7 月 17 日