Freigeben über


IDTSForEachVariableMappings100.Add-Methode

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.

Siehe auch

Verweis

IDTSForEachVariableMappings100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace