Differences
This shows you the differences between the selected revisions of the page.
2019-09-03 | 2019-09-03 | ||
add missing namespace reference to reflection (192.46.83.7) | sorting namespaces (martin) | ||
Line 102: | Line 102: | ||
<code csharp> | <code csharp> | ||
using System; | using System; | ||
+ | using System.Reflection; | ||
using Microsoft.SqlServer.Dts.Runtime; | using Microsoft.SqlServer.Dts.Runtime; | ||
using Microsoft.SqlServer.Dts.Tasks.ScriptTask; | using Microsoft.SqlServer.Dts.Tasks.ScriptTask; | ||
- | using System.Reflection; | ||
using WinSCP; | using WinSCP; | ||