IDTSDesigntimeComponent100.SetOutputProperty Method
Sets the value of an IDTSCustomProperty100 on an IDTSOutput100 object.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
IDTSCustomProperty100 SetOutputProperty( int lOutputID, string PropertyName, Object vValue )
Parameters
- lOutputID
- Type: System.Int32
The ID of the IDTSOutput100 whose IDTSCustomProperty100 is set.
- PropertyName
- Type: System.String
The name of the IDTSCustomProperty100 to set.
- vValue
- Type: System.Object
The value assigned to the IDTSCustomProperty100.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100The IDTSCustomProperty100 object whose value was set.
This method is called when the custom property of an IDTSOutput100 object is edited.