Partager via


Propriété InsteadOf

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

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property InsteadOf As Boolean
    Get
'Utilisation
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

Valeur de propriété

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