IDTSInputCollection100.RemoveObjectByID(Int32) 方法

定义

从集合中删除由其 ID 指定的输入对象。

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

参数

lID
Int32

要删除的输入 ID。

属性

注解

该方法 RemoveObjectByID 从集合中删除具有指定 ID 的输入对象。 如果输入不存在具有指定 ID,则会发生Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_INVALIDINDEX异常。

适用于