Freigeben über


IDTSInfoEvents-Schnittstelle

Defines an interface that is used to fire informational, warning, and error events.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Interface IDTSInfoEvents
'Usage
Dim instance As IDTSInfoEvents
public interface IDTSInfoEvents
public interface class IDTSInfoEvents
type IDTSInfoEvents =  interface end
public interface IDTSInfoEvents

Der IDTSInfoEvents-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode FireError Fires an error.
Öffentliche Methode FireInformation Fires an informational event.
Öffentliche Methode FireWarning Fires a warning.

Zum Anfang