Udostępnij przez


PipelineComponent.DeleteOutputColumn Method

Deletes an IDTSOutputColumn100 object from the IDTSOutputColumnCollection100 collection.

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

Syntax

'Deklaracja
Public Overridable Sub DeleteOutputColumn ( _
    outputID As Integer, _
    outputColumnID As Integer _
)
public virtual void DeleteOutputColumn (
    int outputID,
    int outputColumnID
)
public:
virtual void DeleteOutputColumn (
    int outputID, 
    int outputColumnID
)
public void DeleteOutputColumn (
    int outputID, 
    int outputColumnID
)
public function DeleteOutputColumn (
    outputID : int, 
    outputColumnID : int
)

Parameters

  • outputColumnID
    The ID of the IDTSOutputColumn100 object to delete.

Remarks

If you do not override this method, PipelineComponent deletes the IDTSOutputColumn100 specified by outputID.

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.