IDTSEvents100 인터페이스

정의

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.Guid("C003D4F1-7DC4-4EEC-A498-635F18B35296")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSEvents100 = interface
Public Interface IDTSEvents100
특성

메서드

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)

적용 대상