Метод CManagedComponentWrapperClass.DeleteInput

Deletes an IDTSInput100 object from the IDTSInputCollection100 collection.

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

Синтаксис

'Декларация
Public Overridable Sub DeleteInput ( _
    lInputID As Integer _
)
'Применение
Dim instance As CManagedComponentWrapperClass 
Dim lInputID As Integer

instance.DeleteInput(lInputID)
public virtual void DeleteInput(
    int lInputID
)
public:
virtual void DeleteInput(
    [InAttribute] int lInputID
)
abstract DeleteInput : 
        lInputID:int -> unit  
override DeleteInput : 
        lInputID:int -> unit
public function DeleteInput(
    lInputID : int
)

Параметры

Реализует

IDTSDesigntimeComponent100.DeleteInput(Int32)

Замечания

Call this method to delete an IDTSInput100 from the component.

См. также

Справочник

CManagedComponentWrapperClass Класс

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