Skip to main content

Enum PrincipalType

Namespace: Varigence.Languages.Biml.Table

Assembly: Biml.dll

C#


public enum PrincipalType

Fields

FieldsDescription
ApplicationRoleSpecifies that the principal corresponds to a SQL Server Application Role.
AzureADSpecifies that the principal corresponds to a SQL Server user.
DBRoleSpecifies that the principal corresponds to a SQL Server database role.
SqlUserSpecifies that the principal corresponds to a SQL Server user.
WindowsGroupSpecifies that the principal corresponds to a Windows authenticated group.
WindowsUserSpecifies that the principal corresponds to a Windows authenticated user.