Метод NewAt

Creates a new IDTSCustomProperty100 object at the specified location in the collection.

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

Синтаксис

'Декларация
Function NewAt ( _
    lIndex As Integer _
) As IDTSCustomProperty100
'Применение
Dim instance As IDTSCustomPropertyCollection100
Dim lIndex As Integer
Dim returnValue As IDTSCustomProperty100

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

Параметры

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

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