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 命名空间