Share via


IDTSOutputCollection100.NewAt Method (Int32)

 

Applies To: SQL Server 2016 Preview

Creates a new IDTSOutput100 object and adds it to a collection at the specified Index.

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

Syntax

[DispIdAttribute(15)]
IDTSOutput100 NewAt(
    int lIndex
)
[DispIdAttribute(15)]
IDTSOutput100^ NewAt(
    int lIndex
)
[<DispIdAttribute(15)>]
abstract NewAt : 
        lIndex:int -> IDTSOutput100
<DispIdAttribute(15)>
Function NewAt (
    lIndex As Integer
) As IDTSOutput100

Parameters

Return Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100

The newly created IDTSOutput100.

See Also

IDTSOutputCollection100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top