PipelineComponent::OnDeletingInputColumn Method (Int32, Int32)
Deletes an IDTSInputColumn100 object from the IDTSInputColumnCollection100.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Parameters
- inputID
-
Type:
System::Int32
Specifies the IDTSInput100 that contains the IDTSInputColumn100 that is being deleted.
- inputColumnID
-
Type:
System::Int32
Specifies the ID of the IDTSInputColumn100 that is being deleted.
The base class deletes the IDTSInputColumn100 object by calling the RemoveObjectByID method.
Show: