IDTSForEachItems100 Interface

 

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

Represents an interface for the ForEachItems object.

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

[DefaultMemberAttribute("Item")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("189148B4-7134-4E57-93F7-FD5E73B30AA7")]
public interface class IDTSForEachItems100 : 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 or 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 collection to the IDTSForEachItems100 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 a specified collection from the IDTSForEachItems100 collection.

Return to top
Show: