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异常。

适用于