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 则会出现异常。

适用于