다음을 통해 공유


IDTSPathCollection100.NewAt 메서드

Creates an IDTSPath100 object at the specified location in a collection.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
Function NewAt ( _
    lIndex As Integer _
) As IDTSPath100
‘사용 방법
Dim instance As IDTSPathCollection100 
Dim lIndex As Integer 
Dim returnValue As IDTSPath100 

returnValue = instance.NewAt(lIndex)
IDTSPath100 NewAt(
    int lIndex
)
IDTSPath100^ NewAt(
    [InAttribute] int lIndex
)
abstract NewAt : 
        lIndex:int -> IDTSPath100
function NewAt(
    lIndex : int
) : IDTSPath100

매개 변수

반환 값

유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPath100
The new IDTSPath100 object.

참고 항목

참조

IDTSPathCollection100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스