This topic has not yet been rated - Rate this topic

IDTSDesigntimeComponent100.SetOutputProperty Method

Sets the value of an IDTSCustomProperty100 on an IDTSOutput100 object.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
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.

This method is called when the custom property of an IDTSOutput100 object is edited.

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