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