此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Adds a new, empty IDTSForEachItemValue100 object to the end of the collection.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
Function Add As IDTSForEachItemValue100
用法
Dim instance As IDTSForEachItem100
Dim returnValue As IDTSForEachItemValue100
returnValue = instance.Add()
IDTSForEachItemValue100 Add()
IDTSForEachItemValue100^ Add()
abstract Add : unit -> IDTSForEachItemValue100
function Add() : IDTSForEachItemValue100
返回值
类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachItemValue100
A new, empty IDTSForEachItemValue100 object to the end of the collection.
注释
For more information, see ForEachItem.