PipelineComponent::SetOutputColumnProperty Method (Int32, Int32, String^, Object^)
Sets the value of an IDTSCustomProperty100 for an IDTSOutputColumn100 object.
This API is not CLS-compliant.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
public: [CLSCompliantAttribute(false)] virtual IDTSCustomProperty100^ SetOutputColumnProperty( int outputID, int outputColumnID, String^ propertyName, Object^ propertyValue )
Parameters
- outputID
-
Type:
System::Int32
The ID of the IDTSOutput100 that contains the IDTSOutputColumn100 object.
- outputColumnID
-
Type:
System::Int32
The ID of the IDTSOutputColumn100 object.
- propertyName
-
Type:
System::String^
The name of the IDTSCustomProperty100.
- propertyValue
-
Type:
System::Object^
The value assigned to the IDTSCustomProperty100.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper::IDTSCustomProperty100^The IDTSCustomProperty100 whose value was set.
Override this method to control or prevent modifications to the custom property of the output column.
Show: