Udostępnij za pośrednictwem


Metoda IDTSPathCollection100.RemoveObjectByIndex

Usuwa IDTSPath100 obiektu znajdującym się pod określonym indeksem.

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

Składnia

'Deklaracja
Sub RemoveObjectByIndex ( _
    Index As Object _
)
'Użycie
Dim instance As IDTSPathCollection100
Dim Index As Object

instance.RemoveObjectByIndex(Index)
void RemoveObjectByIndex(
    Object Index
)
void RemoveObjectByIndex(
    [InAttribute] Object^ Index
)
abstract RemoveObjectByIndex : 
        Index:Object -> unit 
function RemoveObjectByIndex(
    Index : Object
)

Parametry