Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItem