Udostępnij za pośrednictwem


Metoda ForEachItems.Add

Dodaje nowy ForEachItem kolekcja ForEachItems kolekcja.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Zestaw:  Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)

Składnia

'Deklaracja
Public Function Add As ForEachItem
'Użycie
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