InstanceSelection Enumeration

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

命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

语法

声明
Public Enumeration InstanceSelection
public enum InstanceSelection
public enum class InstanceSelection
public enum InstanceSelection
public enum InstanceSelection

Members

Member name Description
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 日

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Microsoft.AnalysisServices Namespace