This topic has not yet been rated - Rate this topic

IDTSDesigntimeComponent100.SetInputProperty Method

Assigns a value to the IDTSCustomProperty100 of an IDTSInput100 object.

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

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

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