IDTSInputColumnCollection100.RemoveObjectByIndex(Object) Method

Definition

Deletes an IDTSInputColumn100 at the specified location in the collection.

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 in the index to delete the IDTSInputColumn100.

Attributes

Applies to