IDTSOutputColumnCollection100.RemoveObjectByIndex(Object) Method

Definition

Removes the IDTSOutputColumn100 object at the specified location in a 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 collection to remove the IDTSOutputColumn100.

Attributes

Remarks

If a column does not exist at the specified index, an DTS_E_INVALIDINDEX exception occurs.

Applies to