Метод NewAt

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

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
Function NewAt ( _
    lIndex As Integer _
) As IDTSComponentMetaData100
'Применение
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

Параметры

Возвращаемое значение

Тип Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSComponentMetaData100
The newly created IDTSComponentMetaData100 object.

Замечания

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