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. |