PipelineComponent.DeleteOutputColumn Method
Deletes an IDTSOutputColumn90 object from the IDTSOutputColumnCollection90 collection.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
Syntax
'Declaration
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
- outputID
The ID of the IDTSOutput90 that contains the IDTSOutputColumn90.
- outputColumnID
The ID of the IDTSOutputColumn90 object to delete.
Remarks
If you do not override this method, PipelineComponent deletes the IDTSOutputColumn90 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 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