Share via


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 개체입니다.

특성

적용 대상