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

[GuidAttribute("3C17A7F4-3CC5-47EE-A603-70C276E94AC7")]
[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: