言語

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

属性

適用対象