IDmlTrigger.InsteadOf Property
Gets 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
ReadOnly Property InsteadOf As Boolean
Get
'Usage
Dim instance As IDmlTrigger
Dim value As Boolean
value = instance.InsteadOf
bool InsteadOf { get; }
property bool InsteadOf {
bool get ();
}
abstract InsteadOf : bool
function get InsteadOf () : boolean
Property Value
Type: System.Boolean
true if the trigger executes instead of the triggering Transact-SQL statement; otherwise, false.
See Also