ExternalModelRoleMember.MemberType Property

Definition

Indicates whether the particular member of a security role is an individual user or a group of users, or automatically detected. Possible values are as follows. Auto (1): Member is automatically detected. User (2): Member is an individual user. Group (3): Member is a security group.

public Microsoft.AnalysisServices.Tabular.RoleMemberType MemberType { get; set; }
member this.MemberType : Microsoft.AnalysisServices.Tabular.RoleMemberType with get, set
Public Property MemberType As RoleMemberType

Property Value

Applies to