PipelineComponent::SetInputColumnProperty Method (Int32, Int32, String^, Object^)

 

Assigns a value to the IDTSCustomProperty100 of an IDTSInputColumn100 object.

This API is not CLS-compliant.

Namespace:   Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

public:
[CLSCompliantAttribute(false)]
virtual IDTSCustomProperty100^ SetInputColumnProperty(
	int inputID,
	int inputColumnID,
	String^ propertyName,
	Object^ propertyValue
)

Parameters

inputID
Type: System::Int32

The ID of the IDTSInput100 object that contains the IDTSInputColumn100.

inputColumnID
Type: System::Int32

The ID of the IDTSInputColumn100 object whose IDTSCustomProperty100 is being set.

propertyName
Type: System::String^

The name of the IDTSCustomProperty100 object.

propertyValue
Type: System::Object^

The value set in the IDTSCustomProperty100.

Override this method to control or prevent modifications to the custom properties of the component.

Return to top
Show: