IDTSEventHandlers100 Interface

 

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

Represents a collection of IDTSEventHandler100 objects.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("2BA84736-B5D5-4AD0-A5A1-126FD29C20BA")]
[DefaultMemberAttribute("Item")]
public interface class IDTSEventHandlers100 : IEnumerable

NameDescription
System_CAPS_pubpropertyCount

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

Gets the number of elements contained in the collection.

System_CAPS_pubpropertyItem[Object^]

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

Gets an IDTSEventHandler100 object from the collection.

NameDescription
System_CAPS_pubmethodAdd(String^)

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

Adds a new event to the collection.

System_CAPS_pubmethodGetEnumerator()

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

Returns an enumerator for use in iterating over the collection.

System_CAPS_pubmethodJoin(IDTSEventHandler100^)

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

Joins a new event handler to the collection.

System_CAPS_pubmethodRemove(Object^)

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

Removes an IDTSEventHandler100 object from the collection.

For more information, see DtsEventHandlers.

Return to top
Show: