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


Свойство IUserOptions.UserType

Gets the UserType.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<DisplayDescriptionKeyAttribute("User_UserTypeDesc")> _
<DisplayNameKeyAttribute("User_UserTypeName")> _
ReadOnly Property UserType As UserType 
    Get
'Применение
Dim instance As IUserOptions 
Dim value As UserType 

value = instance.UserType
[DisplayDescriptionKeyAttribute("User_UserTypeDesc")]
[DisplayNameKeyAttribute("User_UserTypeName")]
UserType UserType { get; }
[DisplayDescriptionKeyAttribute(L"User_UserTypeDesc")]
[DisplayNameKeyAttribute(L"User_UserTypeName")]
property UserType UserType {
    UserType get ();
}
[<DisplayDescriptionKeyAttribute("User_UserTypeDesc")>]
[<DisplayNameKeyAttribute("User_UserTypeName")>]
abstract UserType : UserType
function get UserType () : UserType

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.UserType
A UserType object.

См. также

Справочник

IUserOptions Интерфейс

Пространство имен Microsoft.SqlServer.Management.Smo