Metoda IDTSInputCollection100.RemoveObjectByID
Usuwa obiekt wejściowy, określonego przez jego identyfikator z kolekcja.
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 IDTSInputCollection100
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 dane wejściowe do usunięcia.
Uwagi
RemoveObjectByID Metoda usuwa obiekt wejściowy o określonym identyfikatorze z kolekcja.Jeśli dane wejściowe nie istnieje z określonym Identyfikatorem, wystąpi wyjątek Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_INVALIDINDEX.
Zobacz także