Share via


IDTSForEachItem100.Add Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Adds a new, empty IDTSForEachItemValue100 object to the end of the collection.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Function Add As IDTSForEachItemValue100
'Usage
Dim instance As IDTSForEachItem100 
Dim returnValue As IDTSForEachItemValue100 

returnValue = instance.Add()
IDTSForEachItemValue100 Add()
IDTSForEachItemValue100^ Add()
abstract Add : unit -> IDTSForEachItemValue100
function Add() : IDTSForEachItemValue100

Return Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachItemValue100
A new, empty IDTSForEachItemValue100 object to the end of the collection.

Remarks

For more information, see ForEachItem.

See Also

Reference

IDTSForEachItem100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace