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.

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)

public enum class RoleMemberType

Member nameDescription
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.

Return to top
Show: