This topic has not yet been rated - Rate this topic

IDTSDesigntimeComponent100.SetOutputColumnProperty Method

Sets the value of an IDTSCustomProperty100 for an IDTSOutputColumn100 object.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
IDTSCustomProperty100 SetOutputColumnProperty(
	int lOutputID,
	int lOutputColumnID,
	string PropertyName,
	Object vValue
)

Parameters

lOutputID
Type: System.Int32
The ID of the IDTSOutput100 that contains the IDTSOutputColumn100 object.
lOutputColumnID
Type: System.Int32
The ID of the IDTSOutputColumn100 object.
PropertyName
Type: System.String
The name of the IDTSCustomProperty100.
vValue
Type: System.Object
The value assigned to the IDTSCustomProperty100.

This method is called when the custom property of an IDTSOutputColumn100 column is edited.

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