Add 方法

Adds a new, empty ForEachVariableMapping to the end of the collection.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Function Add As ForEachVariableMapping
用法
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

返回值

类型:Microsoft.SqlServer.Dts.Runtime. . :: . .ForEachVariableMapping
The ForEachVariableMapping object that was added to the collection.