IDTSForEachItems100.Add 方法
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Adds a new collection to the IDTSForEachItems100 collection.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
Function Add As IDTSForEachItem100
'用途
Dim instance As IDTSForEachItems100
Dim returnValue As IDTSForEachItem100
returnValue = instance.Add()
IDTSForEachItem100 Add()
IDTSForEachItem100^ Add()
abstract Add : unit -> IDTSForEachItem100
function Add() : IDTSForEachItem100
傳回值
型別:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachItem100
A new collection to the IDTSForEachItems100 collection.
備註
For more information, see ForEachItems.