IDTSForEachVariableMappings100 Interface

 

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

Represents an interface of the ForEachVariableMappings object.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("2D6BE84D-5943-4B60-9654-B01C9DEA27BF")]
[DefaultMemberAttribute("Item")]
public interface class IDTSForEachVariableMappings100 : 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 IDTSForEachVariableMappings100 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 IDTSForEachVariableMappings100 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 IDTSForEachVariableMappings100 collection.

Return to top
Show: