Compartir a través de


ForEachItem.Add Método

Adds a new, empty ForEachItemValue object to the end of the collection.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItemValue

Vea también

Referencia

ForEachItem Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Enumerators.Item