IDTSBulkInsertTask.FireTriggers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.