IDTSEventInfos100 Interface

 

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

Represents a collection of IDTSEventInfo100 objects.

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

[GuidAttribute("7A937D52-B7F4-4C7D-97DC-16FFA929DDCD")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[DefaultMemberAttribute("Item")]
public interface class IDTSEventInfos100 : 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 the IDTSEventInfo100 object from the collection.

NameDescription
System_CAPS_pubmethodAdd(String^, String^, Boolean, array<String^>^%, array<UInt16>^%, array<String^>^%)

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

Adds an IDTSEventInfo100 object to the current 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_pubmethodRemove(Object^)

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

Removes an IDTSEventInfo100 object from the collection.

For more information, see EventInfos.

Return to top
Show: