If we now move onto the column properties section and expand the folders we will see our columns we just checked appear in the Input Columns Folder and we will see no columns in the Output Columns folder of our only output.
We want this component to process rows asynchronously so we need to set the SynchronousInputID property on the Output to 0.
Because we want to expose columns to the downstream SQL Server destination adapter then we are going to need to add some columns to our output. We need a column for each of our destination table columns.
Remember to set the correct datatypes when adding the columns. When we're finished it should look something like this
