How do I find the .NET framework version used in an SS开发者_开发技巧IS 2008 R2 package?
You have probably found an answer to your question by now. This is for others who might stumble upon this question. Here is one possible way to find out the .NET version used by an SSIS package. Version can be found with the help of a Script Task. Following example shows how this can be done. This example uses SSIS 2008 R2.
Step-by-step process:
On the SSIS package's
Control Flowtab, place aScript Taskas shown in screenshot #1.Double-click on the
Script Taskto bring up the Script Task Editor as shown in screenshot #2. You can also right-click on theScript Taskand selectEdit...option to bring up theScript Task Editor.On the
Script Task Editor, click the Edit Script... button. This will open a new IDE with theScript Taskcode as shown in screenshot #3.On the
Script Task code IDE, click on the menuView-->Project Explorerto open the project explorer as shown in screenshot #4.On the
Project Explorer, double-click on thePropertiesto open the properties pane as shown in the screenshot #5.Target Framework field on the
Applicationsection of thePropertiespane shown in the screenshot #6 should display the .NET framework version.
Hope that helps.
Screenshot #1:

Screenshot #2:

Screenshot #3:

Screenshot #4:

Screenshot #5:

Screenshot #6:

If you're stumbled upon the "Script Component" in the data flow , check that blog post...
加载中,请稍侯......
精彩评论