次の方法で共有


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