IDTSInfoEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an interface that is used to fire informational, warning, and error events.
public interface class IDTSInfoEvents
public interface IDTSInfoEvents
type IDTSInfoEvents = interface
Public Interface IDTSInfoEvents
Methods
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. |