Metodo ForEachItem.Add

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Function Add As ForEachItemValue
'Utilizzo
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

Valore restituito

Tipo: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItemValue

Vedere anche

Riferimento

ForEachItem Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Enumerators.Item