语言

CManagedComponentWrapperClass.DeleteInput(Int32) 方法

定义

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

public:
 virtual void DeleteInput(int lInputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::DeleteInput;
[System.Runtime.InteropServices.DispId(24)]
public virtual void DeleteInput(int lInputID);
[<System.Runtime.InteropServices.DispId(24)>]
abstract member DeleteInput : int -> unit
override this.DeleteInput : int -> unit
Public Overridable Sub DeleteInput (lInputID As Integer)

参数

lInputID
Int32

要删除对象的 IDTSInput100 ID。

实现

属性

注解

调用此方法从组件中删除 。IDTSInput100

适用于