CManagedComponentWrapperClass.DeleteOutputColumn(Int32, Int32) Method

Definition

Deletes an IDTSOutputColumn100 object from the IDTSOutputColumnCollection100 collection of the component.

public:
 virtual void DeleteOutputColumn(int lOutputID, int lOutputColumnID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::DeleteOutputColumn;
[System.Runtime.InteropServices.DispId(14)]
public virtual void DeleteOutputColumn (int lOutputID, int lOutputColumnID);
[<System.Runtime.InteropServices.DispId(14)>]
abstract member DeleteOutputColumn : int * int -> unit
override this.DeleteOutputColumn : int * int -> unit
Public Overridable Sub DeleteOutputColumn (lOutputID As Integer, lOutputColumnID As Integer)

Parameters

lOutputID
Int32

The ID of the IDTSOutput100 that contains the IDTSOutputColumn100 to delete.

lOutputColumnID
Int32

The ID of the IDTSOutputColumn100 to delete.

Implements

Attributes

Remarks

Call this method to delete an IDTSOutputColumn100 from the OutputColumnCollection of the specified output object.

Applies to