IDTSOutputCollection100.NewAt(Int32) 方法

定义

创建新的 IDTSOutput100 对象并将其添加到集合中的指定 Index 处。

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ NewAt(int lIndex);
[System.Runtime.InteropServices.DispId(15)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 NewAt (int lIndex);
[<System.Runtime.InteropServices.DispId(15)>]
abstract member NewAt : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
Public Function NewAt (lIndex As Integer) As IDTSOutput100

参数

lIndex
Int32

要在集合中添加新 IDTSOutput100 的位置。

返回

新创建的 IDTSOutput100

属性

适用于