Partager via


Propriété Update

Gets or sets a value that indicates whether the DML trigger is activated on an UPDATE statement.

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

Syntaxe

'Déclaration
Property Update As Boolean
    Get
    Set
'Utilisation
Dim instance As IMutableDmlTrigger
Dim value As Boolean

value = instance.Update

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

Valeur de propriété

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

Implémente

IDmlTrigger. . :: . .Update