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 = 6The principal type is an application role.
DatabaseRole = 5The principal type is a database role.
Login = 2The principal type is a SQL login.
None = 1The principal type is none.
ServerRole = 3The principal type is a server role.
Unknown = 0The principal type is unknown.
User = 4The principal type is a user.