Condividi tramite


Proprietà InsteadOf

Gets a value that indicates whether the DML trigger executes instead of the triggering Transact-SQL statement.

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
ReadOnly Property InsteadOf As Boolean
    Get
'Utilizzo
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

Valore proprietà

Tipo: System. . :: . .Boolean
true if the trigger executes instead of the triggering Transact-SQL statement; otherwise, false.