Share via


IDTSComponentMetaDataCollection100.NewAt Method

Creates a new IDTSComponentMetaData100 object at the specified location in an IDTSComponentMetaDataCollection100 collection.

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

Syntax

'Declaration
Function NewAt ( _
    lIndex As Integer _
) As IDTSComponentMetaData100
'Usage
Dim instance As IDTSComponentMetaDataCollection100
Dim lIndex As Integer
Dim returnValue As IDTSComponentMetaData100

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

Parameters

Remarks

The location of an IDTSComponentMetaData100 object does not affect its execution order, which is instead controlled by the IDTSPath100 objects in the MainPipe.