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, empty ForEachVariableMapping to the end of the collection.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Function Add As ForEachVariableMapping
'Usage
Dim instance As ForEachVariableMappings
Dim returnValue As ForEachVariableMapping
returnValue = instance.Add()
public ForEachVariableMapping Add()
public:
ForEachVariableMapping^ Add()
member Add : unit -> ForEachVariableMapping
public function Add() : ForEachVariableMapping
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.ForEachVariableMapping
The ForEachVariableMapping object that was added to the collection.