Metodo IDTSForEachItems100.Add
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Adds a new collection to the IDTSForEachItems100 collection.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Function Add As IDTSForEachItem100
'Utilizzo
Dim instance As IDTSForEachItems100
Dim returnValue As IDTSForEachItem100
returnValue = instance.Add()
IDTSForEachItem100 Add()
IDTSForEachItem100^ Add()
abstract Add : unit -> IDTSForEachItem100
function Add() : IDTSForEachItem100
Valore restituito
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachItem100
A new collection to the IDTSForEachItems100 collection.
Osservazioni
For more information, see ForEachItems.