共用方式為


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.