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
成员
成员名称 | 说明 | |
---|---|---|
SqlLogin | The user type is a SQL Server login. | |
Certificate | The user type is a certificate. | |
AsymmetricKey | The user type is an asymmetric key. | |
NoLogin | The user cannot log in to SQL Server. |