IDTSInfoEvents Interface

Definition

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.

Applies to