Partager via


Interface IDTSComponentEvents100

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Defines an interface that provides methods for event firing.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("E2524FE8-A136-4457-A2BD-14A39CEA6EFA")> _
Public Interface IDTSComponentEvents100 _
    Inherits IDTSInfoEvents100
'Utilisation
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

Le type IDTSComponentEvents100 expose les membres suivants.

Méthodes

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

Haut de la page

Notes

For more information, see IDTSComponentEvents.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper