Freigeben über


IDTSComponentMetaDataCollection100.NewAt-Methode

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

Parameter

Rückgabewert

Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100
The newly created IDTSComponentMetaData100 object.

Hinweise

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

Siehe auch

Verweis

IDTSComponentMetaDataCollection100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace