This topic has not yet been rated - Rate this topic

IDTSDesigntimeComponent100.InsertOutputColumnAt Method

Creates a new IDTSOutputColumn100 object and inserts it into the IDTSOutputColumnCollection100.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
IDTSOutputColumn100 InsertOutputColumnAt(
	int lOutputID,
	int lOutputColumnIndex,
	string bstrName,
	string bstrDescription
)

Parameters

lOutputID
Type: System.Int32
Specifies the IDTSOutput100 to add the column to.
lOutputColumnIndex
Type: System.Int32
Specifies the location in the IDTSOutputColumnCollection100 to insert the new IDTSOutputColumn100.
bstrName
Type: System.String
Specifies the value assigned to the Name property of the new IDTSOutputColumn100.
bstrDescription
Type: System.String
Specifies the value assigned to the Description property of the new IDTSOutputColumn100.

This method creates a new IDTSOutputColumn100 object in the IDTSOutputColumnCollection100 specified by the outputColumnIndex parameter.

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