Enum PrincipalType
C#
public enum PrincipalType
Fields
ApplicationRole | Specifies that the principal corresponds to a SQL Server Application Role. |
AzureAD | Specifies that the principal corresponds to a SQL Server user. |
DBRole | Specifies that the principal corresponds to a SQL Server database role. |
SqlUser | Specifies that the principal corresponds to a SQL Server user. |
WindowsGroup | Specifies that the principal corresponds to a Windows authenticated group. |
WindowsUser | Specifies that the principal corresponds to a Windows authenticated user. |