Compartir a través de


Insert Propiedad

Gets a value that indicates whether the DML trigger activates on an INSERT 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 Insert As Boolean
    Get
'Uso
Dim instance As IDmlTrigger
Dim value As Boolean

value = instance.Insert
bool Insert { get; }
property bool Insert {
    bool get ();
}
abstract Insert : bool
function get Insert () : boolean

Valor de la propiedad

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