Compartir a través de


Interfaz IDTSComponentEvents100

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Defines an interface that provides methods for event firing.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

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

El tipo IDTSComponentEvents100 expone los siguientes miembros.

Métodos

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

Arriba

Comentarios

For more information, see IDTSComponentEvents.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper