IDTSInfoEvents Members
Include Protected Members
Include Inherited Members
Defines an interface that is used to fire informational, warning, and error events.
The IDTSInfoEvents type exposes the following members.
Methods
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. |
Top