Partager via


Énumération LoginType

Specifies the login type.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public Enumeration LoginType
'Utilisation
Dim instance As LoginType
public enum LoginType
public enum class LoginType
type LoginType
public enum LoginType

Membres

Nom de membre 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.