PipelineComponent.OnDeletingInputColumn Method
SQL Server 2005
Deletes an IDTSInputColumn90 object from the IDTSInputColumnCollection90.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
public void OnDeletingInputColumn ( int inputID, int inputColumnID )
public function OnDeletingInputColumn ( inputID : int, inputColumnID : int )
Parameters
- inputID
Specifies the IDTSInput90 that contains the IDTSInputColumn90 that is being deleted.
- inputColumnID
Specifies the ID of the IDTSInputColumn90 that is being deleted.
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
