ForEachItem.Add Method

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Function Add As ForEachItemValue
'Usage
Dim instance As ForEachItem
Dim returnValue As ForEachItemValue

returnValue = instance.Add()
public ForEachItemValue Add()
public:
ForEachItemValue^ Add()
member Add : unit -> ForEachItemValue 
public function Add() : ForEachItemValue