Freigeben über


ForEachItems.Add-Methode

Adds a new ForEachItem collection to the ForEachItems collection.

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

Syntax

'Declaration
Public Function Add As ForEachItem
'Usage
Dim instance As ForEachItems 
Dim returnValue As ForEachItem 

returnValue = instance.Add()
public ForEachItem Add()
public:
ForEachItem^ Add()
member Add : unit -> ForEachItem
public function Add() : ForEachItem

Rückgabewert

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

Siehe auch

Verweis

ForEachItems Klasse

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