IDTSDesigntimeComponent100.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.
Called when deleting an IDTSInputColumn100 object from the IDTSInputColumnCollection100.
public:
void OnDeletingInputColumn(int lInputID, int lInputColumnID);
[System.Runtime.InteropServices.DispId(15)]
public void OnDeletingInputColumn (int lInputID, int lInputColumnID);
[<System.Runtime.InteropServices.DispId(15)>]
abstract member OnDeletingInputColumn : int * int -> unit
Public Sub OnDeletingInputColumn (lInputID As Integer, lInputColumnID As Integer)
Parameters
- lInputID
- Int32
The identifier that specifies the IDTSInput100 object that contains the IDTSInputColumn100 that is being removed.
- lInputColumnID
- Int32
Specifies the ID of the IDTSInputColumn100 that is being removed.
- Attributes
Remarks
Called when an IDTSInputColumn100 is being deleted from a component's IDTSInputColumnCollection100 collection.