Share via


Enumerazione InstanceSelection

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

Spazio dei nomi:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Enumeration InstanceSelection
'Utilizzo
Dim instance As InstanceSelection
public enum InstanceSelection
public enum class InstanceSelection
type InstanceSelection
public enum InstanceSelection

Membri

Nome membro Descrizione
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.

Osservazioni

Nuovo: 17 luglio 2006