Partager via


Méthode ForEachItem.Add

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Function Add As ForEachItemValue
'Utilisation
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

Valeur de retour

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

Voir aussi

Référence

ForEachItem Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Enumerators.Item