Freigeben über


IDTSOutputCollection100.NewAt-Methode

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

'Declaration
Function NewAt ( _
    lIndex As Integer _
) As IDTSOutput100
'Usage
Dim instance As IDTSOutputCollection100 
Dim lIndex As Integer 
Dim returnValue As IDTSOutput100 

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

Parameter

Rückgabewert

Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
The newly created IDTSOutput100.

Siehe auch

Verweis

IDTSOutputCollection100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace