Свойство UserType
Gets or sets the type of user.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property UserType As UserType
Get
Set
'Применение
Dim instance As User
Dim value As UserType
value = instance.UserType
instance.UserType = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public UserType UserType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property UserType UserType {
UserType get ();
void set (UserType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member UserType : UserType with get, set
function get UserType () : UserType
function set UserType (value : UserType)
Значение свойства
Тип Microsoft.SqlServer.Management.Smo. . :: . .UserType
A UserType object value that specifies the type of the user.
См. также