Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Adds a new collection to the IDTSForEachVariableMappings100 collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function Add As IDTSForEachVariableMapping100
'Usage
Dim instance As IDTSForEachVariableMappings100
Dim returnValue As IDTSForEachVariableMapping100
returnValue = instance.Add()
IDTSForEachVariableMapping100 Add()
IDTSForEachVariableMapping100^ Add()
abstract Add : unit -> IDTSForEachVariableMapping100
function Add() : IDTSForEachVariableMapping100
Rückgabewert
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachVariableMapping100
A new collection to the IDTSForEachVariableMappings100 collection.
Hinweise
For more information, see ForEachVariableMappings.