Compartilhar via


Interface IDTSComponentEvents100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Defines an interface that provides methods for event firing.

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

Sintaxe

'Declaração
<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

O tipo IDTSComponentEvents100 expõe os membros a seguir.

Métodos

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

Início

Comentários

For more information, see IDTSComponentEvents.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper