Поделиться через


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