Partager via


Add méthode

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 (dans 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