Enum SsasAttributeInstanceSelection
C#
public enum SsasAttributeInstanceSelection
Fields
DropDown | Specifies that the client application should present the attribute members in a drop down box when appropriate. |
FilteredList | Specifies that the client application should present the attribute members in a filtered list box when appropriate. |
List | Specifies that the client application should present the attribute members in a list box when appropriate. |
MandatoryFilter | Specifies that the client application should present the attribute members in a mandatory filter box when appropriate. |
None | Specifies no hint to the client application for displaying attribute members. |