IDTSDesigntimeComponent100.SetInputColumnProperty Method
Assigns a value to the IDTSCustomProperty100 of an IDTSInputColumn100 object.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
IDTSCustomProperty100 SetInputColumnProperty( int lInputID, int lInputColumnID, string PropertyName, Object vValue )
Parameters
- lInputID
- Type: System.Int32
The ID of the IDTSInput100 that contains the IDTSInputColumn100.
- lInputColumnID
- Type: System.Int32
The ID of the IDTSInputColumn100 whose IDTSCustomProperty100 is being set.
- PropertyName
- Type: System.String
The name of the IDTSCustomProperty100 object.
- vValue
- Type: System.Object
The value set in the IDTSCustomProperty100.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100The IDTSCustomProperty100 object whose property is set.
This method is called when the custom property of an IDTSInputColumn100 column is edited.