IDTSInputCollection100.RemoveObjectByIndex(Object) 方法

定義

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 會發生例外。

適用於