Differences
This shows you the differences between the selected revisions of the page.
2012-06-05 | 2012-06-07 | ||
using Dts.Variables and Dts.Events (martin) | missing fireAgain declaration (martin) | ||
Line 69: | Line 69: | ||
// Print results | // Print results | ||
+ | bool fireAgain = false; | ||
foreach (TransferEventArgs transfer in transferResult.Transfers) | foreach (TransferEventArgs transfer in transferResult.Transfers) | ||
{ | { |