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