IDTSManagedComponentWrapper100.WrapperDeleteOutputColumn(Int32, Int32) Method

Definition

Deletes an output column for the wrapper.

public:
 void WrapperDeleteOutputColumn(int lOutputID, int lOutputColumnID);
public void WrapperDeleteOutputColumn (int lOutputID, int lOutputColumnID);
abstract member WrapperDeleteOutputColumn : int * int -> unit
Public Sub WrapperDeleteOutputColumn (lOutputID As Integer, lOutputColumnID As Integer)

Parameters

lOutputID
Int32

The identifier.

lOutputColumnID
Int32

The output column identifier.

Applies to