In VS 2010, how would you register/add a custom transformation to the toolbox?

没有正确的解决方案

其他提示

Add the *.dll file of your customized component in the default Toolbar folder under the SSIS installation and then right click on the toolbar in the SSIS project window.

Then you will have to choose items and select the *.dll that was pasted in the folder.

http://bennyaustin.wordpress.com/2009/06/30/steps-to-build-and-deploy-custom-ssis-components/

This link may help with the screenshot

Kindly let know if it is useful

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top