IDTSEvents100 Interface

Definition

public interface class IDTSEvents100
[System.Runtime.InteropServices.Guid("C60F12D0-2574-408D-9452-0772C4626ADE")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSEvents100
[<System.Runtime.InteropServices.Guid("C60F12D0-2574-408D-9452-0772C4626ADE")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSEvents100 = interface
Public Interface IDTSEvents100
Attributes

Remarks

For more information, see IDTSEvents.

Methods

OnBreakpointHit(IDTSBreakpointSite100, IDTSBreakpointTarget100)
OnCustomEvent(IDTSTaskHost100, String, String, Object[], String, Boolean)
OnError(IDTSRuntimeObject100, Int32, String, String, String, Int32, String, Boolean)
OnExecutionStatusChanged(IDTSExecutable100, DTSExecStatus, Boolean)
OnInformation(IDTSRuntimeObject100, Int32, String, String, String, Int32, String, Boolean)
OnPostExecute(IDTSExecutable100, Boolean)
OnPostValidate(IDTSExecutable100, Boolean)
OnPreExecute(IDTSExecutable100, Boolean)
OnPreValidate(IDTSExecutable100, Boolean)
OnProgress(IDTSTaskHost100, String, Int32, Int32, Int32, String, Boolean)
OnQueryCancel(Boolean)
OnTaskFailed(IDTSTaskHost100)
OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean)
OnWarning(IDTSRuntimeObject100, Int32, String, String, String, Int32, String)

Applies to