InsteadOf Propiedad
Gets a value that indicates whether the DML trigger executes instead of the triggering Transact-SQL statement.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .Boolean
true if the trigger executes instead of the triggering Transact-SQL statement; otherwise, false.
Vea también