IDTSForEachItem100.Add 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将新的空 IDTSForEachItemValue100 对象添加到集合的末尾。
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachItemValue100 ^ Add();
[System.Runtime.InteropServices.DispId(2)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachItemValue100 Add ();
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Add : unit -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachItemValue100
Public Function Add () As IDTSForEachItemValue100
返回
要添加到集合末尾的新的空 IDTSForEachItemValue100 对象。
- 属性
注解
有关详细信息,请参阅 ForEachItem。