ExternalModelRoleMember.MemberType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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