CManagedComponentWrapperClass.OnDeletingInputColumn(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void OnDeletingInputColumn(int lInputID, int lInputColumnID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSDesigntimeComponent100::OnDeletingInputColumn;
[System.Runtime.InteropServices.DispId(15)]
public virtual void OnDeletingInputColumn (int lInputID, int lInputColumnID);
[<System.Runtime.InteropServices.DispId(15)>]
abstract member OnDeletingInputColumn : int * int -> unit
override this.OnDeletingInputColumn : int * int -> unit
Public Overridable Sub OnDeletingInputColumn (lInputID As Integer, lInputColumnID As Integer)
Parameters
- lInputID
- Int32
- lInputColumnID
- Int32
Implements
- Attributes
Remarks
This method is called when an input column is being removed from an IDTSInput100 of the component. It should not be called directly by developers who are programmatically editing a component.