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
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[GuidAttribute("674D1E75-5501-4E94-B5A1-0A907B4571E0")]
[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: