This topic has not yet been rated - Rate this topic

IDTSDesigntimeComponent100.DeleteOutputColumn Method

Deletes an IDTSOutputColumn100 object from the IDTSOutputColumnCollection100 collection.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
void DeleteOutputColumn(
	int lOutputID,
	int lOutputColumnID
)

Parameters

lOutputID
Type: System.Int32
The ID of the IDTSOutput100 that contains the IDTSOutputColumn100.
lOutputColumnID
Type: System.Int32
The ID of the IDTSOutputColumn100 to delete.

Called when an IDTSOutputColumn100 is being deleted from the IDTSOutputColumnCollection100 collection.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ