IDTSBulkInsertTask.FireTriggers Property

Definition

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

public:
 property bool FireTriggers { bool get(); void set(bool value); };
public bool FireTriggers { get; set; }
member this.FireTriggers : bool with get, set
Public Property FireTriggers As Boolean

Property Value

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.

Applies to