IDTSPathCollection100.RemoveObjectByIndex(Object) 方法

定义

删除位于指定索引处的 IDTSPath100 对象。

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

集合中 IDTSPath100 所存在的位置。

属性

适用于