IDTSCustomPropertyCollection100.RemoveObjectByIndex(Object) 方法

定义

删除由 Index 指定的位置处的 IDTSCustomProperty100 对象。

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

要在集合中删除自定义属性的位置。

属性

适用于