Freigeben über


ForEachItem.Add-Methode

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Function Add As ForEachItemValue
'Usage
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

Rückgabewert

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

Siehe auch

Verweis

ForEachItem Klasse

Microsoft.SqlServer.Dts.Runtime.Enumerators.Item-Namespace