语言

IDTSDesigntimeComponent100.DeleteInput(Int32) 方法

定义

从集合中删除一个 IDTSInput100 对象 IDTSInputCollection100

public:
 void DeleteInput(int lInputID);
[System.Runtime.InteropServices.DispId(24)]
public void DeleteInput(int lInputID);
[<System.Runtime.InteropServices.DispId(24)>]
abstract member DeleteInput : int -> unit
Public Sub DeleteInput (lInputID As Integer)

参数

lInputID
Int32

要删除对象的 IDTSInput100 ID。

属性

注解

IDTSInput100 对象从组件的输入集合中被删除时调用。

适用于