I have a SSIS 2008 script component which is setup as a transform (so it has an input and output), and what I want to do is take 1 row in an input and optionally output multiple rows.
In 2005 there was the AddRow and CreateNewOutputRows methods but those seem not to be available in 2008.
So how do I add rows during the transformation?