IDTSRuntimeConnectionCollection100.NewAt(Int32) メソッド

定義

コレクション内の指定された場所に新しい実行時接続を追加します。

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

パラメーター

lIndex
Int32

新しい実行時接続を追加するコレクション内の場所。

返品

新たに生まれた IDTSRuntimeConnection100 のつながり。

属性

注釈

NewAtメソッドは、コレクション内の指定された場所に新しい実行時接続を作成し、新たに作成された接続オブジェクトを返します。 lIndexパラメータがコレクションの範囲外であれば、Microsoft。例外SqlServer.Dts.Runtime.HResults.DTS_E_INVALIDINDEXが出されます。

適用対象