IDTSForEachItemsProvider100 Interface
This API supports the SQL Server 2012 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("B5D3E9DB-2DD4-4316-A55C-2AA2E11C4AA9")> _
Public Interface IDTSForEachItemsProvider100
'Usage
Dim instance As IDTSForEachItemsProvider100
[GuidAttribute("B5D3E9DB-2DD4-4316-A55C-2AA2E11C4AA9")]
public interface IDTSForEachItemsProvider100
[GuidAttribute(L"B5D3E9DB-2DD4-4316-A55C-2AA2E11C4AA9")]
public interface class IDTSForEachItemsProvider100
[<GuidAttribute("B5D3E9DB-2DD4-4316-A55C-2AA2E11C4AA9")>]
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