IDTSOutputColumnCollection100.RemoveObjectByIndex(Object) 方法

定义

删除集合中指定位置的 IDTSOutputColumn100 对象。

public:
 void RemoveObjectByIndex(System::Object ^ Index);
[System.Runtime.InteropServices.DispId(16)]
public void RemoveObjectByIndex (object Index);
[<System.Runtime.InteropServices.DispId(16)>]
abstract member RemoveObjectByIndex : obj -> unit
Public Sub RemoveObjectByIndex (Index As Object)

参数

Index
Object

要在集合中删除 IDTSOutputColumn100 的位置。

属性

注解

如果指定索引处不存在列, DTS_E_INVALIDINDEX 则会发生异常。

适用于