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

注解

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

适用于