Enum PrincipalType
Namespace: Varigence.Languages.Biml.Table
Assembly: Biml.dll
C#
public enum PrincipalType
Fields
Fields | Description |
---|---|
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. |