PipelineComponent.OnDeletingInputColumn Method
Deletes an IDTSInputColumn90 object from the IDTSInputColumnCollection90.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
Syntax
'Declaration
Public Overridable Sub OnDeletingInputColumn ( _
inputID As Integer, _
inputColumnID As Integer _
)
public virtual void OnDeletingInputColumn (
int inputID,
int inputColumnID
)
public:
virtual void OnDeletingInputColumn (
int inputID,
int inputColumnID
)
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.
Remarks
The base class deletes the IDTSInputColumn90 object by calling the RemoveObjectByID method.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
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.
See Also
Reference
PipelineComponent Class
PipelineComponent Members
Microsoft.SqlServer.Dts.Pipeline Namespace