Condividi tramite


Trigger.Update Property

Gets or sets the Boolean property value that specifies whether the trigger is fired when records are updated in the table.

Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintassi

'Dichiarazione
Public Property Update As Boolean
public bool Update { get; set; }
public:
property bool Update {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_Update ()

/** @property */
public void set_Update (boolean value)
public function get Update () : boolean

public function set Update (value : boolean)

Valore proprietà

A Boolean value that specifies whether the trigger is executed when records are updated . If True, the trigger is executed when records are updated. If False (delete), the trigger is not executed when records are updated.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Esempio

How to: Create, Alter, and Remove a Trigger in Visual Basic .NET

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Trigger Class
Trigger Members
Microsoft.SqlServer.Management.Smo Namespace

Altre risorse

Creating, Altering, and Removing Triggers
Trigger DML
CREATE TRIGGER (Transact-SQL)