Update Propiedad
Gets or sets a value that indicates whether the DML trigger is activated 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
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 de la propiedad
Tipo: System. . :: . .Boolean
true if the DML trigger activates on an UPDATE statement; otherwise, false.