Udostępnij przez


PipelineComponent.OnDeletingInputColumn Method

Deletes an IDTSInputColumn100 object from the IDTSInputColumnCollection100.

Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

Syntax

'Deklaracja
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

  • inputColumnID
    Specifies the ID of the IDTSInputColumn100 that is being deleted.

Remarks

The base class deletes the IDTSInputColumn100 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.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.