This topic has not yet been rated - Rate this topic

IDTSDesigntimeComponent100.SetInputColumnProperty Method

Assigns a value to the IDTSCustomProperty100 of an IDTSInputColumn100 object.

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

This method is called when the custom property of an IDTSInputColumn100 column is edited.

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