IDTSOutputColumnCollection100.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

要删除的 IDTSOutputColumn100 的 ID。

属性

注解

IDTSOutputColumn100如果具有指定 ID 的对象不存在,则DTS_E_ITEMNOTFOUNDINCOLLECTION会发生异常。

适用于