IDTSEvents100 Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Definisce metodi per gli eventi.
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
- Attributi
Metodi
OnBreakpointHit(IDTSBreakpointSite100, IDTSBreakpointTarget100) |
Chiamato quando viene rilevato un punto di interruzione all'interno di un'attività. |
OnCustomEvent(IDTSTaskHost100, String, String, Object[], String, Boolean) |
Chiamato dalle attività per generare eventi personalizzati definiti per le singole attività. |
OnError(IDTSRuntimeObject100, Int32, String, String, String, Int32, String, Boolean) |
Viene chiamata da un'attività o un contenitore quando si verifica un errore. |
OnExecutionStatusChanged(IDTSExecutable100, DTSExecStatus, Boolean) |
Chiamato da un'attività o da un contenitore quando cambia il suo stato di esecuzione. |
OnInformation(IDTSRuntimeObject100, Int32, String, String, String, Int32, String, Boolean) |
Chiamato quando l'attività deve fornire informazioni. |
OnPostExecute(IDTSExecutable100, Boolean) |
Chiamato immediatamente dopo il termine della logica di esecuzione dell'attività. Questo evento viene generato da un'attività o da un contenitore immediatamente dopo la sua esecuzione. |
OnPostValidate(IDTSExecutable100, Boolean) |
Chiamato immediatamente dopo il completamento della logica di convalida dell'attività. Questo evento viene generato da un'attività dopo la convalida della stessa. |
OnPreExecute(IDTSExecutable100, Boolean) |
Viene chiamata quando l'attività sta per essere eseguita. Questo evento viene generato da un'attività o da un contenitore immediatamente prima della sua esecuzione. |
OnPreValidate(IDTSExecutable100, Boolean) |
Chiamato quando inizia la logica di convalida effettiva dell'attività. Questo evento viene generato quando inizia la convalida del contenitore o dell'host dell'attività. |
OnProgress(IDTSTaskHost100, String, Int32, Int32, Int32, String, Boolean) |
Viene chiamata per aggiornare le informazioni sullo stato di esecuzione dell'attività. |
OnQueryCancel(Boolean) |
Indica un metodo che viene chiamato in qualsiasi momento dell'elaborazione dell'attività in cui è possibile annullare l'esecuzione. Questo evento viene generato da attività e contenitori per determinare se l'esecuzione deve essere arrestata. |
OnTaskFailed(IDTSTaskHost100) |
Viene chiamata dall'host delle attività in caso di errore. |
OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean) |
Chiamato dal motore di runtime. Non viene chiamato dalle attività. |
OnWarning(IDTSRuntimeObject100, Int32, String, String, String, Int32, String) |
Chiamato quando l'attività è in uno stato che non giustifica un errore ma richiede l'invio di un avviso al client. |