Partilhar via


Propriedade do RDL InsteadOf

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 (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
ReadOnly Property InsteadOf As Boolean
    Get
'Uso
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

Valor da propriedade

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