IDTSComponentEvents100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Defines an interface that provides methods for event firing.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | FireBreakpointHit(IDTSBreakpointTarget100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event when a breakpoint target is hit in the package. |
![]() | FireCustomEvent(String^, String^, array<Object^>^%, String^, Boolean%) | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when tasks raise custom task-defined events. |
![]() | FireError(Int32, String^, String^, String^, Int32, Boolean%) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event when an error occurs. |
![]() | FireInformation(Int32, String^, String^, String^, Int32, Boolean%) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event containing information. |
![]() | FireProgress(String^, Int32, Int32, Int32, String^, Boolean%) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event when measurable progress is made by the executable. |
![]() | FireQueryCancel(Boolean%) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event to determine whether an executable should stop running. |
![]() | FireWarning(Int32, String^, String^, String^, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event anytime the task is in a state that does not justify an error, but does warrant alerting the client. |
For more information, see IDTSComponentEvents.
