Udostępnij za pośrednictwem


Metoda IDTSCustomPropertyCollection100.RemoveObjectByID

Usuwa IDTSCustomProperty100 o określonym identyfikatorze.

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 IDTSCustomPropertyCollection100
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 właściwość do usunięcia z kolekcja.