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

成员

成员名称 说明
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.

注释

新增日期:   2006 年 7 月 17 日

请参阅

参考

Microsoft.AnalysisServices 命名空间