LoginType Enumeration
Specifies the login type.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Member name | Description | |
|---|---|---|
| AsymmetricKey | The login is mapped to an asymmetric key. | |
| Certificate | The login is mapped to a certificate. | |
| Sql | A SQL Server standard login. | |
| Windows | The login is mapped to a Windows user or group. |
Show: