Share via


IDTSPathCollection100.NewAt Method

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Function NewAt ( _
    lIndex As Integer _
) As IDTSPath100
'Usage
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

Parameters

Return Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPath100
The new IDTSPath100 object.

See Also

Reference

IDTSPathCollection100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace