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的ID,则为Microsoft。SqlServer.Dts.Runtime.HResults.DTS_E_INVALIDINDEX例外。

适用于