Metodo IDTSForEachItem100.Add

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Function Add As IDTSForEachItemValue100
'Utilizzo
Dim instance As IDTSForEachItem100 
Dim returnValue As IDTSForEachItemValue100 

returnValue = instance.Add()
IDTSForEachItemValue100 Add()
IDTSForEachItemValue100^ Add()
abstract Add : unit -> IDTSForEachItemValue100
function Add() : IDTSForEachItemValue100

Valore restituito

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachItemValue100
A new, empty IDTSForEachItemValue100 object to the end of the collection.

Osservazioni

For more information, see ForEachItem.

Vedere anche

Riferimento

IDTSForEachItem100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper