SSIS - Creating a Custom Connection Manager

Does anyone know the guidelines for creating a custom SSIS connection manager? I want to distract the complexity of the source system for people who need to extract data from it using SSIS.

+3
source share
2 answers

The MSDN tutorial is probably not a bad place to start. I did not try to use my examples to implement a custom connection manager, but I was able to follow their documentation on the components of user data streams to create several of them that were not too noisy in the past, so I hope the connection manager examples are at the same level. I also found this example , which is probably a bit more extensive in code, as it was actually designed to be used.

( MSDN), , . , -, , -, , , .

0

? , script ( ). , / ; , , , ( ) .

0

Source: https://habr.com/ru/post/1761625/