Udostępnij za pośrednictwem


Metoda IDTSPathCollection100.RemoveObjectByID

Usuwa IDTSPath100 obiektu określonego przez parametr identyfikator.

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

Składnia

'Deklaracja
Sub RemoveObjectByID ( _
    lID As Integer _
)
'Użycie
Dim instance As IDTSPathCollection100
Dim lID As Integer

instance.RemoveObjectByID(lID)
void RemoveObjectByID(
    int lID
)
void RemoveObjectByID(
    [InAttribute] int lID
)
abstract RemoveObjectByID : 
        lID:int -> unit 
function RemoveObjectByID(
    lID : int
)

Parametry

  • lID
    Typ: System.Int32
    Identyfikator obiektu IDTSPath100 do usunięcia z kolekcja.