Compartir a través de


Interfaz IDTSComponentEvents100

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

For more information, see IDTSComponentEvents.

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

Sintaxis

'Declaración
<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

El tipo IDTSComponentEvents100 expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público FireBreakpointHit Infraestructura. For more information, see IDTSComponentEvents.
Método público FireCustomEvent Infraestructura. For more information, see IDTSComponentEvents.
Método público FireError(Int32, String, String, String, Int32, Boolean%) Infraestructura. For more information, see IDTSComponentEvents.
Método público FireError(Int32, String, String, String, Int32, Boolean%) Infraestructura. For more information, see IDTSInfoEvents. (Se hereda de IDTSInfoEvents100.)
Método público FireInformation(Int32, String, String, String, Int32, Boolean%) Infraestructura. For more information, see IDTSComponentEvents.
Método público FireInformation(Int32, String, String, String, Int32, Boolean%) Infraestructura. For more information, see IDTSInfoEvents. (Se hereda de IDTSInfoEvents100.)
Método público FireProgress Infraestructura. For more information, see IDTSComponentEvents.
Método público FireQueryCancel Infraestructura. For more information, see IDTSComponentEvents.
Método público FireWarning(Int32, String, String, String, Int32) Infraestructura. For more information, see IDTSComponentEvents.
Método público FireWarning(Int32, String, String, String, Int32) Infraestructura. For more information, see IDTSInfoEvents. (Se hereda de IDTSInfoEvents100.)

Arriba