IDTSForEachItem100.Add Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Adds a new, empty IDTSForEachItemValue100 object to the end of the collection.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Function Add As IDTSForEachItemValue100
'Uso
Dim instance As IDTSForEachItem100
Dim returnValue As IDTSForEachItemValue100
returnValue = instance.Add()
IDTSForEachItemValue100 Add()
IDTSForEachItemValue100^ Add()
abstract Add : unit -> IDTSForEachItemValue100
function Add() : IDTSForEachItemValue100
Valor devuelto
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachItemValue100
A new, empty IDTSForEachItemValue100 object to the end of the collection.
Comentarios
For more information, see ForEachItem.