次の方法で共有


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 例外がスローされます。

適用対象