Compartir a través de


Update Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
ReadOnly Property Update As Boolean
    Get
'Uso
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

Valor de la propiedad

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