Compartir a través de


IDTSBulkInsertTask.FireTriggers Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets a value that indicates whether the insert triggers should be executed on the table during the operation.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Ensamblado:  Microsoft.SqlServer.BulkInsertTask (en Microsoft.SqlServer.BulkInsertTask.dll)

Sintaxis

'Declaración
Property FireTriggers As Boolean 
    Get 
    Set
'Uso
Dim instance As IDTSBulkInsertTask 
Dim value As Boolean 

value = instance.FireTriggers

instance.FireTriggers = value
bool FireTriggers { get; set; }
property bool FireTriggers {
    bool get ();
    void set (bool value);
}
abstract FireTriggers : bool with get, set
function get FireTriggers () : boolean 
function set FireTriggers (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
true if the insert triggers should be executed on the table during the operation; false if triggers are ignored.

Comentarios

For more information, see BulkInsertTask.

Vea también

Referencia

IDTSBulkInsertTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.BulkInsertTask