IDTSDesigntimeComponent100.SetOutputColumnProperty Method
Sets the value of an IDTSCustomProperty100 for an IDTSOutputColumn100 object.
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.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100The IDTSCustomProperty100 object whose value is set.
This method is called when the custom property of an IDTSOutputColumn100 column is edited.