IDTSInputCollection100.RemoveObjectByIndex(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 會發生例外狀況。