Condividi tramite


Proprietà Update

Gets a value that indicates whether the DML trigger activates on an UPDATE statement.

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

Sintassi

'Dichiarazione
ReadOnly Property Update As Boolean
    Get
'Utilizzo
Dim instance As IDmlTrigger
Dim value As Boolean

value = instance.Update
bool Update { get; }
property bool Update {
    bool get ();
}
abstract Update : bool
function get Update () : boolean

Valore proprietà

Tipo: System. . :: . .Boolean
true if the DML trigger activates on an UPDATE statement; otherwise, false.