Share via


IDTSEvents100 Interfaz

Definición

Define métodos para los eventos.

public interface class IDTSEvents100
[System.Runtime.InteropServices.Guid("C003D4F1-7DC4-4EEC-A498-635F18B35296")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSEvents100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("5D3DE54E-2203-48ED-9C06-F72C8E10BD84")]
public interface IDTSEvents100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("2DA57214-161A-4748-9989-1F7DB695C2DF")]
public interface IDTSEvents100
[<System.Runtime.InteropServices.Guid("C003D4F1-7DC4-4EEC-A498-635F18B35296")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSEvents100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("5D3DE54E-2203-48ED-9C06-F72C8E10BD84")>]
type IDTSEvents100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("2DA57214-161A-4748-9989-1F7DB695C2DF")>]
type IDTSEvents100 = interface
Public Interface IDTSEvents100
Atributos

Métodos

OnBreakpointHit(IDTSBreakpointSite100, IDTSBreakpointTarget100)

Recibe una llamada cuando se llega a un punto de interrupción dentro de una tarea.

OnCustomEvent(IDTSTaskHost100, String, String, Object[], String, Boolean)

Llamado por tareas para provocar eventos personalizados definidos por la tarea.

OnError(IDTSRuntimeObject100, Int32, String, String, String, Int32, String, Boolean)

Es llamado por una tarea o contenedor cuando se produce un error.

OnExecutionStatusChanged(IDTSExecutable100, DTSExecStatus, Boolean)

Recibe una llamada de una tarea o un contenedor cuando su estado de ejecución cambia.

OnInformation(IDTSRuntimeObject100, Int32, String, String, String, Int32, String, Boolean)

Recibe una llamada cuando se solicita información a la tarea.

OnPostExecute(IDTSExecutable100, Boolean)

Se ejecuta inmediatamente después de que la lógica de ejecución de la tarea se completa. Este evento es provocado por una tarea o contenedor inmediatamente después de ejecutarse.

OnPostValidate(IDTSExecutable100, Boolean)

Se ejecuta inmediatamente después de que la lógica de validación de la tarea se completa. Este evento es activado por una tarea una vez validada.

OnPreExecute(IDTSExecutable100, Boolean)

Se llama cuando una tarea está a punto de ejecutarse. Este evento es provocado por una tarea o contenedor inmediatamente antes de ejecutarse.

OnPreValidate(IDTSExecutable100, Boolean)

Recibe una llamada al iniciarse la lógica de validación real de la tarea. Este evento se activa cuando comienza la validación del host o contenedor de la tarea.

OnProgress(IDTSTaskHost100, String, Int32, Int32, Int32, String, Boolean)

Se llama para actualizar el progreso de la ejecución de la tarea.

OnQueryCancel(Boolean)

Indica un método que recibe una llamada en cualquier momento del procesamiento de una tarea en el que es posible cancelar la ejecución. Este evento es activado por tareas y contenedores para determinar si deben dejar de ejecutarse.

OnTaskFailed(IDTSTaskHost100)

Es llamado por el host de la tarea cuando se produce un error.

OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean)

Es llamado por el motor en tiempo de ejecución. Las tareas no lo utilizan.

OnWarning(IDTSRuntimeObject100, Int32, String, String, String, Int32, String)

Recibe una llamada cuando la tarea está en un estado que no justifica un error pero sí un aviso al cliente.

Se aplica a