ForEachItemEnumerator Interface

Definition

public interface class ForEachItemEnumerator : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSForEachItemEnumerator100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.ForEachItemEnumeratorClass))]
[System.Runtime.InteropServices.Guid("507EB35F-08B8-4D81-A869-16FC9D30F88C")]
public interface ForEachItemEnumerator : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSForEachItemEnumerator100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.ForEachItemEnumeratorClass))>]
[<System.Runtime.InteropServices.Guid("507EB35F-08B8-4D81-A869-16FC9D30F88C")>]
type ForEachItemEnumerator = interface
    interface IDTSForEachItemEnumerator100
Public Interface ForEachItemEnumerator
Implements IDTSForEachItemEnumerator100
Derived
Attributes
Implements

Properties

Name Description
Items (Inherited from IDTSForEachItemEnumerator100)

Methods

Name Description
ExportXML(String) (Inherited from IDTSForEachItemEnumerator100)
ImportXML(String) (Inherited from IDTSForEachItemEnumerator100)

Applies to