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