IDTSExternalMetadataColumnCollection100.RemoveObjectByIndex(Object) Method

Definition

Removes an IDTSExternalMetadataColumn100 object at the specified index.

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)

Parameters

Index
Object

The location of the column in the collection to remove.

Attributes

Remarks

This method removes the IDTSExternalMetadataColumn100 column located at the specified index. If the Index is outside the bounds of the collection, a Microsoft.SqlServer.Dts.HResults.DTS_E_INVALIDINDEX exception occurs.

Applies to