UserType 枚举

Specifies the user type.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Public Enumeration UserType
用法
Dim instance As UserType
public enum UserType
public enum class UserType
type UserType
public enum UserType

成员

成员名称 说明
AsymmetricKey An asymmetric key.
Certificate A certificate.
NoLogin A user that cannot log in to SQL Server.
SqlLogin A SQL Server login.