Enum SqlPrincipalType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Specifies the type of the server or database principal.
public enum SqlPrincipalType
Fields
ApplicationRole = 6
The principal type is an application role.
DatabaseRole = 5
The principal type is a database role.
Login = 2
The principal type is a SQL login.
None = 1
The principal type is none.
ServerRole = 3
The principal type is a server role.
Unknown = 0
The principal type is unknown.
User = 4
The principal type is a user.