IDTSInputCollection100.NewAt(Int32) 方法

定義

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

參數

lIndex
Int32

傳回

IDTSInput100

新建立的 IDTSInput100 物件。

屬性

備註

NewAt 方法會在集合中的指定位置建立新的輸入物件,並傳回新建立的輸入物件。 如果 Index 參數超出集合的界限範圍, DTS_E_INVALIDINDEX 就會發生例外狀況。

適用於