I might be blind, but I don\'t see how to CREATE the script component. I\'m not asking why do an asynchronous, how to work with it, etc. I just want to know how to add it to my
Creating an Asynchronous Transformation with the Script Component
First bullet point under "Configuring Inputs, Outputs, and Output Columns"
Set the SynchronousInputID property of each output to zero to indicate that the output does not simply pass through data from an upstream component or transform it in place in the existing rows and columns. It is this setting that makes the outputs asynchronous to the input.
I found how :
Thanks to this site.