次の方法で共有


IDTSPathCollection100.NewAt(Int32) メソッド

定義

コレクション内の指定した場所に IDTSPath100 オブジェクトを作成します。

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

パラメーター

lIndex
Int32

IDTSPath100 を作成するための、コレクション内の場所です。

戻り値

新しい IDTSPath100 オブジェクト。

属性

適用対象