UserType Enum

Definition

Specifies the type of user in a database.

public enum UserType
type UserType = 
Public Enum UserType
Inheritance
UserType

Fields

AsymmetricKey 2

Specifies that the user login for the database is based on an asymmetric key.

Certificate 1

Specifies that the user login for the database is based on a certificate.

External 4

Specifies that the user is based on external authentication

NoLogin 3

Specifies that the user does not have a login for the database.

SqlLogin 0

Specifies a SQLLogin user. This is deprecated, use SQLUser instead.

SqlUser 0

Specifies that the user is either a SQLLogin user or a user with password.

Applies to