หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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.