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