Partilhar via


Interface IDTSComponentEvents100

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

For more information, see IDTSComponentEvents.

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

Sintaxe

'Declaração
<GuidAttribute("578B8233-3175-4428-999D-4655BBE3E1E3")> _
Public Interface IDTSComponentEvents100 _
    Inherits IDTSInfoEvents100
'Uso
Dim instance As IDTSComponentEvents100
[GuidAttribute("578B8233-3175-4428-999D-4655BBE3E1E3")]
public interface IDTSComponentEvents100 : IDTSInfoEvents100
[GuidAttribute(L"578B8233-3175-4428-999D-4655BBE3E1E3")]
public interface class IDTSComponentEvents100 : IDTSInfoEvents100
[<GuidAttribute("578B8233-3175-4428-999D-4655BBE3E1E3")>]
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. For more information, see IDTSComponentEvents.
Método público FireCustomEvent Infraestrutura. For more information, see IDTSComponentEvents.
Método público FireError(Int32, String, String, String, Int32, Boolean%) Infraestrutura. For more information, see IDTSComponentEvents.
Método público FireError(Int32, String, String, String, Int32, Boolean%) Infraestrutura. For more information, see IDTSInfoEvents. (Herdado de IDTSInfoEvents100.)
Método público FireInformation(Int32, String, String, String, Int32, Boolean%) Infraestrutura. For more information, see IDTSComponentEvents.
Método público FireInformation(Int32, String, String, String, Int32, Boolean%) Infraestrutura. For more information, see IDTSInfoEvents. (Herdado de IDTSInfoEvents100.)
Método público FireProgress Infraestrutura. For more information, see IDTSComponentEvents.
Método público FireQueryCancel Infraestrutura. For more information, see IDTSComponentEvents.
Método público FireWarning(Int32, String, String, String, Int32) Infraestrutura. For more information, see IDTSComponentEvents.
Método público FireWarning(Int32, String, String, String, Int32) Infraestrutura. For more information, see IDTSInfoEvents. (Herdado de IDTSInfoEvents100.)

Início