Поделиться через


Метод IDTSDesigntimeComponent100.DeleteInput

Deletes an IDTSInput100 object from the IDTSInputCollection100 collection.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
Sub DeleteInput ( _
    lInputID As Integer _
)
'Применение
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
)

Параметры

Замечания

Called when an IDTSInput100 object is being deleted from the component's input collection.

См. также

Справочник

IDTSDesigntimeComponent100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper