문제

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