Propriedade do RDL InsteadOf
Gets or sets 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
Property InsteadOf As Boolean
Get
Set
'Uso
Dim instance As IMutableDmlTrigger
Dim value As Boolean
value = instance.InsteadOf
instance.InsteadOf = value
bool InsteadOf { get; set; }
property bool InsteadOf {
bool get ();
void set (bool value);
}
abstract InsteadOf : bool with get, set
function get InsteadOf () : boolean
function set InsteadOf (value : boolean)
Valor da propriedade
Tipo: System. . :: . .Boolean
true if the trigger execute instead of the triggering Transact-SQL statement; otherwise, false.
Implementa
Consulte também