Interfaccia IDTSComponentEvents100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Defines an interface that provides methods for event firing.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

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

Nel tipo IDTSComponentEvents100 sono esposti i membri seguenti.

Metodi

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

In alto

Osservazioni

For more information, see IDTSComponentEvents.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper