IDTSExternalMetadataColumnCollection100.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
属性

注釈

このメソッドは、指定したインデックス位置にある IDTSExternalMetadataColumn100 列を削除します。 コレクションの Index 範囲外の場合は、 DTS_E_INVALIDINDEX 例外が発生します。

適用対象