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

适用于