Перечисление 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. |