Compartir a través de


ISqlDmlTrigger.IsInsertTrigger (Propiedad)

Obtiene o establece un valor que indica si el desencadenador se ejecuta para las operaciones INSERT.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property IsInsertTrigger As Boolean
    Get
    Set
bool IsInsertTrigger { get; set; }
property bool IsInsertTrigger {
    bool get ();
    void set (bool value);
}
abstract IsInsertTrigger : bool with get, set
function get IsInsertTrigger () : boolean
function set IsInsertTrigger (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISqlDmlTrigger Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)