IDTSComponentMetaDataCollection100.RemoveObjectByIndex(Object) 方法

定义

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

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

要从集合中删除的 IDTSComponentMetaData100 对象的位置。

属性

适用于