IDTSForEachItemsProvider100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see ForEachItemValueEnumerator.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("BC0FB81F-E42F-49F4-87E8-12B5617C3BD0")> _
Public Interface IDTSForEachItemsProvider100
'Usage
Dim instance As IDTSForEachItemsProvider100
[GuidAttribute("BC0FB81F-E42F-49F4-87E8-12B5617C3BD0")]
public interface IDTSForEachItemsProvider100
[GuidAttribute(L"BC0FB81F-E42F-49F4-87E8-12B5617C3BD0")]
public interface class IDTSForEachItemsProvider100
[<GuidAttribute("BC0FB81F-E42F-49F4-87E8-12B5617C3BD0")>]
type IDTSForEachItemsProvider100 = interface end
public interface IDTSForEachItemsProvider100
The IDTSForEachItemsProvider100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
ForEachItems | Infrastructure. For more information, see ForEachItemValueEnumerator. |
Top