IDTSRuntimeConnectionCollection100.RemoveObjectByID(Int32) 方法

定义

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
属性

注解

RemoveObjectByID 方法会从集合中删除带有指定 ID 的运行时连接对象。 如果没有指定ID的运行时连接,则会触发 DTS_E_INVALIDINDEX 异常。

适用于