IDTSOutputColumnCollection100.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
屬性

備註

如果資料行不存在於指定的索引處, DTS_E_INVALIDINDEX 就會發生例外狀況。

適用於