Partilhar via


Propriedade do RDL Update

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

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
Property Update As Boolean
    Get
    Set
'Uso
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)

Valor da propriedade

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

Implementa

IDmlTrigger. . :: . .Update