Freigeben über


IDTSComponentEvents100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Defines an interface that provides methods for event firing.

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

Syntax

'Declaration
<GuidAttribute("E2524FE8-A136-4457-A2BD-14A39CEA6EFA")> _
Public Interface IDTSComponentEvents100 _
    Inherits IDTSInfoEvents100
'Usage
Dim instance As IDTSComponentEvents100
[GuidAttribute("E2524FE8-A136-4457-A2BD-14A39CEA6EFA")]
public interface IDTSComponentEvents100 : IDTSInfoEvents100
[GuidAttribute(L"E2524FE8-A136-4457-A2BD-14A39CEA6EFA")]
public interface class IDTSComponentEvents100 : IDTSInfoEvents100
[<GuidAttribute("E2524FE8-A136-4457-A2BD-14A39CEA6EFA")>]
type IDTSComponentEvents100 =  
    interface 
        interface IDTSInfoEvents100 
    end
public interface IDTSComponentEvents100 extends IDTSInfoEvents100

Der IDTSComponentEvents100-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode FireBreakpointHit Infrastruktur Raises an event when a breakpoint target is hit in the package.
Öffentliche Methode FireCustomEvent Infrastruktur Occurs when tasks raise custom task-defined events.
Öffentliche Methode FireError Infrastruktur Raises an event when an error occurs.
Öffentliche Methode FireInformation Infrastruktur Raises an event containing information.
Öffentliche Methode FireProgress Infrastruktur Raises an event when measurable progress is made by the executable.
Öffentliche Methode FireQueryCancel Infrastruktur Raises an event to determine whether an executable should stop running.
Öffentliche Methode FireWarning Infrastruktur Raises an event anytime the task is in a state that does not justify an error, but does warrant alerting the client.

Zum Anfang

Hinweise

For more information, see IDTSComponentEvents.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace