IDTSComponentEvents100 Interface

 

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

Defines an interface that provides methods for event firing.

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

[GuidAttribute("E2524FE8-A136-4457-A2BD-14A39CEA6EFA")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[DefaultMemberAttribute("FireWarning")]
public interface class IDTSComponentEvents100 : IDTSInfoEvents100

NameDescription
System_CAPS_pubmethodFireBreakpointHit(IDTSBreakpointTarget100^)

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

Raises an event when a breakpoint target is hit in the package.

System_CAPS_pubmethodFireCustomEvent(String^, String^, array<Object^>^%, String^, Boolean%)

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

Occurs when tasks raise custom task-defined events.

System_CAPS_pubmethodFireError(Int32, String^, String^, String^, Int32, Boolean%)

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

Raises an event when an error occurs.

System_CAPS_pubmethodFireInformation(Int32, String^, String^, String^, Int32, Boolean%)

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

Raises an event containing information.

System_CAPS_pubmethodFireProgress(String^, Int32, Int32, Int32, String^, Boolean%)

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

Raises an event when measurable progress is made by the executable.

System_CAPS_pubmethodFireQueryCancel(Boolean%)

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

Raises an event to determine whether an executable should stop running.

System_CAPS_pubmethodFireWarning(Int32, String^, String^, String^, Int32)

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

Raises an event anytime the task is in a state that does not justify an error, but does warrant alerting the client.

For more information, see IDTSComponentEvents.

Return to top
Show: