Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
For more information, see ForEachItemEnumeratorClass.
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 ForEachItemEnumerator _
Inherits IDTSForEachItemEnumerator100
'Usage
Dim instance As ForEachItemEnumerator
[GuidAttribute("96B4E94F-93E8-436C-9397-FE7592A238F6")]
public interface ForEachItemEnumerator : IDTSForEachItemEnumerator100
[GuidAttribute(L"96B4E94F-93E8-436C-9397-FE7592A238F6")]
public interface class ForEachItemEnumerator : IDTSForEachItemEnumerator100
[<GuidAttribute("96B4E94F-93E8-436C-9397-FE7592A238F6")>]
type ForEachItemEnumerator =
interface
interface IDTSForEachItemEnumerator100
end
public interface ForEachItemEnumerator extends IDTSForEachItemEnumerator100
The ForEachItemEnumerator type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Items | Infrastructure. Gets a collection of IDTSForEachItems100. (Inherited from IDTSForEachItemEnumerator100.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
ExportXML | Infrastructure. Exports data to an XML file. (Inherited from IDTSForEachItemEnumerator100.) |
![]() |
ImportXML | Infrastructure. Imports an XML file into the collection. (Inherited from IDTSForEachItemEnumerator100.) |
Top