语言

IDTSInputColumnCollection100.RemoveObjectByID(Int32) 方法

定义

删除 IDTSInputColumn100 由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

要从收藏中移除的 IDTSInputColumn100 ID。

属性

适用于