Свойство SecurityUserClause80.UserType80

Gets or set the user type. Can be Null, Public, or Users.

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

Синтаксис

'Декларация
Public Property UserType80 As UserType80 
    Get 
    Set
'Применение
Dim instance As SecurityUserClause80 
Dim value As UserType80 

value = instance.UserType80

instance.UserType80 = value
public UserType80 UserType80 { get; set; }
public:
property UserType80 UserType80 {
    UserType80 get ();
    void set (UserType80 value);
}
member UserType80 : UserType80 with get, set
function get UserType80 () : UserType80 
function set UserType80 (value : UserType80)

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

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.UserType80
The user type that can be Null, Public or Users.

См. также

Справочник

SecurityUserClause80 Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom