Метод NewAt
Creates an IDTSPath100 object at the specified location in a collection.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)
Синтаксис
'Декларация
Function NewAt ( _
lIndex As Integer _
) As IDTSPath100
'Применение
Dim instance As IDTSPathCollection100
Dim lIndex As Integer
Dim returnValue As IDTSPath100
returnValue = instance.NewAt(lIndex)
IDTSPath100 NewAt(
int lIndex
)
IDTSPath100^ NewAt(
[InAttribute] int lIndex
)
abstract NewAt :
lIndex:int -> IDTSPath100
function NewAt(
lIndex : int
) : IDTSPath100
Параметры
- lIndex
Тип System. . :: . .Int32
The location to create the IDTSPath100 in the collection.
Возвращаемое значение
Тип Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSPath100
The new IDTSPath100 object.