Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines an interface that provides event firing.
The following tables list the members exposed by the IDTSComponentEvents type.
Public Methods
Name | Description | |
---|---|---|
![]() |
FireBreakpointHit | Raises an event when a breakpoint target is hit in the package. |
![]() |
FireCustomEvent | Occurs when tasks raise custom task-defined events. |
![]() |
FireError | Raises an event when an error occurs. |
![]() |
FireInformation | Raises an event containing information. |
![]() |
FireProgress | Raises an event when measurable progress is made by the executable. |
![]() |
FireQueryCancel | Raises an event to determine whether an executable should stop running. |
![]() |
FireWarning | Raises an event anytime the task is in a state that does not justify an error, but does warrant alerting the client. |
Top
See Also
Reference
IDTSComponentEvents Interface
Microsoft.SqlServer.Dts.Runtime Namespace