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

新建立的 IDTSOutput100

屬性

適用於