Compartilhar via


Método IDTSForEachItem100.Add

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
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 de retorno

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

Comentários

For more information, see ForEachItem.

Consulte também

Referência

IDTSForEachItem100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper