IDTSInfoEvents Interface
Defines an interface that is used to fire informational, warning, and error events.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
| Name | Description | |
|---|---|---|
![]() | FireError(Int32, String^, String^, String^, Int32) | Fires an error. |
![]() | FireInformation(Int32, String^, String^, String^, Int32, Boolean%) | Fires an informational event. |
![]() | FireWarning(Int32, String^, String^, String^, Int32) | Fires a warning. |
Show:
