ユーザーの種類を取得または設定します。 Null、Public、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
Null、Public、Users のいずれかのユーザーの種類。