Metoda IDTSDesigntimeComponent100.DeleteInput
Usuwa IDTSInput100 obiekt z IDTSInputCollection100 kolekcja.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw: Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)
Składnia
'Deklaracja
Sub DeleteInput ( _
lInputID As Integer _
)
'Użycie
Dim instance As IDTSDesigntimeComponent100
Dim lInputID As Integer
instance.DeleteInput(lInputID)
void DeleteInput(
int lInputID
)
void DeleteInput(
[InAttribute] int lInputID
)
abstract DeleteInput :
lInputID:int -> unit
function DeleteInput(
lInputID : int
)
Parametry
- lInputID
Typ: System.Int32
Identyfikator IDTSInput100 obiektu do usunięcia.
Zobacz także