RoleMemberType Enumeration
Updated: May 24, 2016
Indicates whether the particular member of a security role is an individual user or a group of users, or if the member is automatically detected.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
| Member name | Description | |
|---|---|---|
| Auto | Member of security role is automatically detected. | |
| Group | Member of security role is a group of users. | |
| User | Member of security role is an individual user. |
Show: