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.

请参阅

参考

IDTSForEachItems100 接口

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间