IDTSRuntimeConnectionCollection100.RemoveObjectByIndex(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
- 属性
注解
RemoveObjectByIndex 方法在参数指定的 Index
集合中的位置删除运行时连接。 如果索引超出集合边界,则 DTS_E_INVALIDINDEX 会发生异常。