AuthenticationType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the authentication type of the database principals
public enum AuthenticationType
type AuthenticationType =
Public Enum AuthenticationType
- Inheritance
-
AuthenticationType
Fields
Name | Value | Description |
---|---|---|
None | 0 | Specifies a SQL user without a login, a user mapped with a certificate, or a user mapped with an asymmetric key. |
Instance | 1 | Specifies that the user is mapped to a login. |
Database | 2 | Specifies that the user has a password. |
Windows | 3 | Specifies that the user is a Windows user or group. |
External | 4 | Specifies that the user is a External user or group. |