ForEachVariableMappings.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.

請參閱

參考

ForEachVariableMappings 類別

Microsoft.SqlServer.Dts.Runtime 命名空間