IDTSForEachItem100 Interface

 

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

Represents an interface for the ForEachItem object.

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

[GuidAttribute("92E5449F-0315-493B-AA52-C7AFD1CAA886")]
[DefaultMemberAttribute("Item")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSForEachItem100 : 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 IDTSForEachItemValue100 object from the collection.

NameDescription
System_CAPS_pubmethodAdd()

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

Adds a new, empty IDTSForEachItemValue100 object to the end of 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_pubmethodRemove(Object^)

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

Removes an IDTSForEachItem100 object from the collection.

Return to top
Show: