ObjectPermissionSet.Insert プロパティ

INSERT 権限を権限セットに含めるかどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。 この権限は、権限付与対象ユーザーに、オブジェクトへのデータの挿入を許可します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Property Insert As Boolean 
    Get 
    Set
'使用
Dim instance As ObjectPermissionSet 
Dim value As Boolean 

value = instance.Insert

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

プロパティ値

型: System.Boolean
Insert 権限を権限セットに含めるかどうかを示す Boolean 値です。 True の場合、権限は権限セットに含まれます。 False (既定値) の場合、権限は権限セットに含まれません。

使用例

権限の許可、取り消し、および拒否

関連項目

参照

ObjectPermissionSet クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

権限 (データベース エンジン)