SsasAttributeInstanceSelection Enumeration
The SsasAttributeInstanceSelection enumeration provides a collection of hints to the client application regarding how the attribute members should be displayed to the user for selection.
Enumeration Values
| Name | Summary |
|---|---|
| None | Specifies no hint to the client application for displaying attribute members. |
| DropDown | Specifies that the client application should present the attribute members in a drop down box when appropriate. |
| List | Specifies that the client application should present the attribute members in a list box when appropriate. |
| FilteredList | Specifies that the client application should present the attribute members in a filtered list box when appropriate. |
| MandatoryFilter | Specifies that the client application should present the attribute members in a mandatory filter box when appropriate. |