IMutableDmlTrigger.Insert Property
Gets or sets a value that indicates whether the DML trigger activates on an INSERT statement.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Property Insert As Boolean
Get
Set
'Usage
Dim instance As IMutableDmlTrigger
Dim value As Boolean
value = instance.Insert
instance.Insert = value
bool Insert { get; set; }
property bool Insert {
bool get ();
void set (bool value);
}
abstract Insert : bool with get, set
function get Insert () : boolean
function set Insert (value : boolean)
Property Value
Type: System.Boolean
true if the DML trigger activates on an INSERT statement; otherwise, false.