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 命名空间