UserType 枚举

The UserType enumeration contains constant values that specify the security type for the user.

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

语法

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

成员

成员名称 说明
AsymmetricKey The user type is an asymmetric key.
Certificate The user type is a certificate.
NoLogin The user cannot log in to SQL Server.
SqlLogin The user type is a SQL Server login.
SqlUser The SQL Server user.

注释

The UserType enumeration is served by the UserType property.

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间