Свойство Update

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

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
Property Update As Boolean
    Get
    Set
'Применение
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)

Значение свойства

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

Реализует

IDmlTrigger. . :: . .Update