PipelineComponent::SetInputProperty Method (Int32, String^, Object^)
Assigns a value to the IDTSCustomProperty100 of an IDTSInput100 object.
This API is not CLS-compliant.
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.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper::IDTSCustomProperty100^The IDTSCustomProperty100 object whose value is set.
Override this method to control or prevent modifications to the custom property of the input.
Show: