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

適用於