IDTSForEachItemEnumerator100 Interface
This API supports the SQL Server 2012 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
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("96B4E94F-93E8-436C-9397-FE7592A238F6")> _
Public Interface IDTSForEachItemEnumerator100
'Usage
Dim instance As IDTSForEachItemEnumerator100
[GuidAttribute("96B4E94F-93E8-436C-9397-FE7592A238F6")]
public interface IDTSForEachItemEnumerator100
[GuidAttribute(L"96B4E94F-93E8-436C-9397-FE7592A238F6")]
public interface class IDTSForEachItemEnumerator100
[<GuidAttribute("96B4E94F-93E8-436C-9397-FE7592A238F6")>]
type IDTSForEachItemEnumerator100 = interface end
public interface IDTSForEachItemEnumerator100
The IDTSForEachItemEnumerator100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Items | Infrastructure. Gets a collection of IDTSForEachItems100. |
Top
Methods
Name | Description | |
---|---|---|
ExportXML | Infrastructure. Exports data to an XML file. | |
ImportXML | Infrastructure. Imports an XML file into the collection. |
Top