共用方式為


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 日