Share via


IDTSBulkInsertTask.FireTriggers Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly:  Microsoft.SqlServer.BulkInsertTask (in Microsoft.SqlServer.BulkInsertTask.dll)

Syntax

'Declaration
Property FireTriggers As Boolean 
    Get 
    Set
'Usage
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)

Property Value

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

Remarks

For more information, see BulkInsertTask.

See Also

Reference

IDTSBulkInsertTask Interface

Microsoft.SqlServer.Dts.Tasks.BulkInsertTask Namespace