次の方法で共有


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 オブジェクトです。

属性

注釈

NewAt メソッドは、コレクション内の指定した場所に新しい入力オブジェクトを作成し、新しく作成された入力オブジェクトを返します。 パラメーターが Index コレクションの範囲外にある場合は、 DTS_E_INVALIDINDEX 例外が発生します。

適用対象