IDTSDesigntimeComponent100.DeleteOutputColumn(Int32, Int32) Method

Definition

Deletes an IDTSOutputColumn100 object from the IDTSOutputColumnCollection100 collection.

public:
 void DeleteOutputColumn(int lOutputID, int lOutputColumnID);
[System.Runtime.InteropServices.DispId(14)]
public void DeleteOutputColumn (int lOutputID, int lOutputColumnID);
[<System.Runtime.InteropServices.DispId(14)>]
abstract member DeleteOutputColumn : int * int -> unit
Public Sub DeleteOutputColumn (lOutputID As Integer, lOutputColumnID As Integer)

Parameters

lOutputID
Int32

The ID of the IDTSOutput100 that contains the IDTSOutputColumn100.

lOutputColumnID
Int32

The ID of the IDTSOutputColumn100 to delete.

Attributes

Remarks

Called when an IDTSOutputColumn100 is being deleted from the IDTSOutputColumnCollection100 collection.

Applies to