Método Add
Adds a new, empty ForEachItemValue object to the end of the collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public Function Add As ForEachItemValue
'Uso
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
Valor de retorno
Tipo: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item. . :: . .ForEachItemValue
Consulte também