Udostępnij za pośrednictwem


Metoda IDTSPathCollection100.NewAt

Tworzy IDTSPath100 obiektu w określonej lokalizacji kolekcja.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw:  Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)

Składnia

'Deklaracja
Function NewAt ( _
    lIndex As Integer _
) As IDTSPath100
'Użycie
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

Parametry