Share via


IDTSRuntimeConnectionCollection100.NewAt Method

Adds a new run-time connection 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 IDTSRuntimeConnection100
'Usage
Dim instance As IDTSRuntimeConnectionCollection100 
Dim lIndex As Integer 
Dim returnValue As IDTSRuntimeConnection100 

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

Parameters

  • lIndex
    Type: System.Int32
    The location in the collection to add the new run-time connection.

Return Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSRuntimeConnection100
The newly created IDTSRuntimeConnection100 connection.

Remarks

The NewAt method creates a new run-time connection at the specified location in the collection and returns the newly created connection object. If the lIndex parameter is outside the bounds of the collection then an Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_INVALIDINDEX exception is thrown.

See Also

Reference

IDTSRuntimeConnectionCollection100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace