共用方式為


ForEachItem.Add 方法

Adds a new, empty ForEachItemValue object to the end of the collection.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public Function Add As ForEachItemValue
'用途
Dim instance As ForEachItem 
Dim returnValue As ForEachItemValue 

returnValue = instance.Add()
public ForEachItemValue Add()
public:
ForEachItemValue^ Add()
member Add : unit -> ForEachItemValue
public function Add() : ForEachItemValue

傳回值

型別:Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItemValue

請參閱

參考

ForEachItem 類別

Microsoft.SqlServer.Dts.Runtime.Enumerators.Item 命名空間