IDTSComponentEvents Members
Include Protected Members
Include Inherited Members
Defines an interface that provides event firing.
The IDTSComponentEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
FireBreakpointHit(BreakpointTarget) | Raises an event when a breakpoint target is hit in the package. | |
FireCustomEvent(String, String, array<Object[]%, String, Boolean%) | Occurs when tasks raise custom task-defined events. | |
FireError(Int32, String, String, String, Int32) | Raises an event when an error occurs. | |
FireInformation(Int32, String, String, String, Int32, Boolean%) | Raises an event containing information. | |
FireProgress(String, Int32, Int32, Int32, String, Boolean%) | Raises an event when measurable progress is made by the executable. | |
FireQueryCancel() | Raises an event to determine whether an executable should stop running. | |
FireWarning(Int32, String, String, String, Int32) | Raises an event anytime the task is in a state that does not justify an error, but does warrant alerting the client. |
Top