LoginType Enumeration
Specifies the login type.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public Enumeration LoginType
'Usage
Dim instance As LoginType
public enum LoginType
public enum class LoginType
type LoginType
public enum LoginType
Members
| 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. |