IDTSForEachItemEnumerator100 Interface

 

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

Represents an interface of the ForEachItemEnumerator object.

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

[GuidAttribute("507EB35F-08B8-4D81-A869-16FC9D30F88C")]
[DefaultMemberAttribute("Items")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSForEachItemEnumerator100

NameDescription
System_CAPS_pubpropertyItems

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

Gets a collection of IDTSForEachItems100.

NameDescription
System_CAPS_pubmethodExportXML(String^)

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

Exports data to an XML file.

System_CAPS_pubmethodImportXML(String^)

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

Imports an XML file into the collection.

Return to top
Show: