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

 

Assigns a value to the IDTSCustomProperty100 of an IDTSInput100 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^ SetInputProperty(
	int inputID,
	String^ propertyName,
	Object^ propertyValue
)

Parameters

inputID
Type: System::Int32

The ID of the IDTSInput100 object that contains the custom property.

propertyName
Type: System::String^

The name of the IDTSCustomProperty100.

propertyValue
Type: System::Object^

The value to assign to the IDTSCustomProperty100.

Override this method to control or prevent modifications to the custom property of the input.

Return to top
Show: