PipelineComponent::DeleteOutputColumn Method (Int32, Int32)
Deletes an IDTSOutputColumn100 object from the IDTSOutputColumnCollection100 collection.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Parameters
- outputID
-
Type:
System::Int32
The ID of the IDTSOutput100 that contains the IDTSOutputColumn100.
- outputColumnID
-
Type:
System::Int32
The ID of the IDTSOutputColumn100 object to delete.
If you do not override this method, PipelineComponent deletes the IDTSOutputColumn100 specified by outputID.
Show: