IDTSEvents100 Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Defines methods for the events.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[GuidAttribute("C003D4F1-7DC4-4EEC-A498-635F18B35296")]
[DefaultMemberAttribute("OnPreExecute")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSEvents100

NameDescription
System_CAPS_pubmethodOnBreakpointHit(IDTSBreakpointSite100^, IDTSBreakpointTarget100^)

This API supports the product infrastructure and is not intended to be used directly from your code. Called when a breakpoint is hit within a task.

System_CAPS_pubmethodOnCustomEvent(IDTSTaskHost100^, String^, String^, array<Object^>^%, String^, Boolean%)

This API supports the product infrastructure and is not intended to be used directly from your code. Called by tasks to raise custom task-defined events.

System_CAPS_pubmethodOnError(IDTSRuntimeObject100^, Int32, String^, String^, String^, Int32, String^, Boolean%)

This API supports the product infrastructure and is not intended to be used directly from your code. Called by a task or container when an error occurs.

System_CAPS_pubmethodOnExecutionStatusChanged(IDTSExecutable100^, DTSExecStatus, Boolean%)

This API supports the product infrastructure and is not intended to be used directly from your code. Called by a task or container when its execution status changes.

System_CAPS_pubmethodOnInformation(IDTSRuntimeObject100^, Int32, String^, String^, String^, Int32, String^, Boolean%)

This API supports the product infrastructure and is not intended to be used directly from your code. Called any time the task is required to provide information.

System_CAPS_pubmethodOnPostExecute(IDTSExecutable100^, Boolean%)

This API supports the product infrastructure and is not intended to be used directly from your code. Called immediately after the execution logic of the task completes. This event is raised by a task or container immediately after it runs.

System_CAPS_pubmethodOnPostValidate(IDTSExecutable100^, Boolean%)

This API supports the product infrastructure and is not intended to be used directly from your code. Called immediately after the validation logic of the task completes. This event is raised by a task after the task is validated.

System_CAPS_pubmethodOnPreExecute(IDTSExecutable100^, Boolean%)

This API supports the product infrastructure and is not intended to be used directly from your code. Called when a task is about to execute. This event is raised by a task or a container immediately before it runs.

System_CAPS_pubmethodOnPreValidate(IDTSExecutable100^, Boolean%)

This API supports the product infrastructure and is not intended to be used directly from your code. Called when the actual validation logic of the task starts. This event is raised when the validation of the task host or container begins.

System_CAPS_pubmethodOnProgress(IDTSTaskHost100^, String^, Int32, Int32, Int32, String^, Boolean%)

This API supports the product infrastructure and is not intended to be used directly from your code. Called to update progress about task execution.

System_CAPS_pubmethodOnQueryCancel(Boolean%)

This API supports the product infrastructure and is not intended to be used directly from your code. Indicates a method called at any juncture in task processing where it is feasible to cancel execution. This event is raised by tasks and containers to determine whether they should stop running.

System_CAPS_pubmethodOnTaskFailed(IDTSTaskHost100^)

This API supports the product infrastructure and is not intended to be used directly from your code. Called by the task host when it fails.

System_CAPS_pubmethodOnVariableValueChanged(IDTSContainer100^, IDTSVariable100^, Boolean%)

This API supports the product infrastructure and is not intended to be used directly from your code. Called by the run-time engine. It is not called by tasks.

System_CAPS_pubmethodOnWarning(IDTSRuntimeObject100^, Int32, String^, String^, String^, Int32, String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Called any time the task is in a state that does not justify an error, but does warrant alerting the client.

Return to top
Show: