Перечисление LoginType

Specifies the login type.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
Public Enumeration LoginType
'Применение
Dim instance As LoginType
public enum LoginType
public enum class LoginType
type LoginType
public enum LoginType

Элементы

Имя элемента Описание
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.