Méthode Add
Adds a new ForEachItem collection to the ForEachItems 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 ForEachItem
'Utilisation
Dim instance As ForEachItems
Dim returnValue As ForEachItem
returnValue = instance.Add()
public ForEachItem Add()
public:
ForEachItem^ Add()
member Add : unit -> ForEachItem
public function Add() : ForEachItem
Valeur de retour
Type : Microsoft.SqlServer.Dts.Runtime.Enumerators.Item. . :: . .ForEachItem
Voir aussi