SecurityUserClause80.UserType80 属性

获取或设置用户类型。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property UserType80 As UserType80
    Get
    Set
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.Data.Schema.ScriptDom.Sql.UserType80
返回一个 UserType80 枚举值。

.NET Framework 安全性

请参见

参考

SecurityUserClause80 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间