Поделиться через


Свойство Update

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

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

Синтаксис

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

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

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