Metodo IDTSPathCollection100.RemoveObjectByID

Removes a IDTSPath100 object specified by the ID parameter.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Sub RemoveObjectByID ( _
    lID As Integer _
)
'Utilizzo
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
)

Parametri

  • lID
    Tipo: System.Int32
    The ID of the IDTSPath100 object to remove from the collection.

Vedere anche

Riferimento

IDTSPathCollection100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper