IDTSDesigntimeComponent100.SetInputProperty Method
Assigns a value to the IDTSCustomProperty100 of an IDTSInput100 object.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
IDTSCustomProperty100 SetInputProperty( int lInputID, string PropertyName, Object vValue )
Parameters
- lInputID
- Type: System.Int32
The ID of the IDTSInput100 object that contains the custom property.
- PropertyName
- Type: System.String
The name of the IDTSCustomProperty100.
- vValue
- Type: System.Object
The value to assign 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 IDTSInput100 object is edited.