Metoda ForEachItem.Add
Dodaje nowy, pusty ForEachItemValue obiektu na koniec 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 ForEachItemValue
'Użycie
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
Wartość zwracana
Typ: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItemValue
Zobacz także