IDTSEventsProvider100 Interface

 

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

Defines an abstract class that contains a collection of event handler containers and the EventInfos collection. This class routes events to those event handlers when an event is received.

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

[GuidAttribute("64BDE5A5-4039-4E88-B95E-54B371574872")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSEventsProvider100

NameDescription
System_CAPS_pubpropertyDisableEventHandlers

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

Gets or sets a Boolean that indicates whether the event handlers on task are disabled.

System_CAPS_pubpropertyEventHandlers

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

Returns a collection of event handler objects. This field is read-only.

System_CAPS_pubpropertyEventInfos

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

Returns a collection of EventInfo objects. This field is read-only.

Return to top
Show: