次の方法で共有


ForEachItem.Add メソッド

新しい空の ForEachItemValue オブジェクトをコレクションの末尾に追加します。

名前空間:  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 名前空間