Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItemValue