InstanceSelection Enumeration
Updated: May 24, 2016
Provides a hint on how a client application displays a list of server values.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
| 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. |
New: 17 July 2006
Show: