Share via


CManagedComponentWrapperClass.DeleteOutputColumn(Int32, Int32) Method

Definition

public:
 virtual void DeleteOutputColumn(int lOutputID, int lOutputColumnID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::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
lOutputColumnID
Int32

Implements

Attributes

Applies to