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
Public method FireBreakpointHit(BreakpointTarget) Raises an event when a breakpoint target is hit in the package.
Public method FireCustomEvent(String, String, array<Object[]%, String, Boolean%) Occurs when tasks raise custom task-defined events.
Public method FireError(Int32, String, String, String, Int32) Raises an event when an error occurs.
Public method FireInformation(Int32, String, String, String, Int32, Boolean%) Raises an event containing information.
Public method FireProgress(String, Int32, Int32, Int32, String, Boolean%) Raises an event when measurable progress is made by the executable.
Public method FireQueryCancel() Raises an event to determine whether an executable should stop running.
Public method 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