次の方法で共有


IDTSExternalMetadataColumnCollection100.RemoveObjectByIndex(Object) メソッド

定義

指定したインデックス位置にある IDTSExternalMetadataColumn100 オブジェクトを削除します。

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 がコレクションの範囲外にある場合は、Microsoft.SqlServer.Dts.HResults.DTS_E_INVALIDINDEX 例外が発生します。

適用対象