Enumeração InstanceSelection

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

C#
public enum InstanceSelection

Membros

Nome do membro Descrição
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.

Comentários

Novo:   17 de julho de 2006

Consulte também

Referência

Namespace Microsoft.AnalysisServices