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 | |
---|---|---|
FireBreakpointHit | Infraestructura. Raises an event when a breakpoint target is hit in the package. | |
FireCustomEvent | Infraestructura. Occurs when tasks raise custom task-defined events. | |
FireError | Infraestructura. Raises an event when an error occurs. | |
FireInformation | Infraestructura. Raises an event containing information. | |
FireProgress | Infraestructura. Raises an event when measurable progress is made by the executable. | |
FireQueryCancel | Infraestructura. Raises an event to determine whether an executable should stop running. | |
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.