Extending SSIS components
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am thinking of building a custom SSIS Flat File Source component which extends the default Flat File Source component which ships with SSIS. Is there anyway so that I can reuse the code of the Flat File Source component which SSIS provides and then override the methods using my custom logic? Or is there no other option but to start from scratch? Specifically, what I'm looking for is- being able to override the methods of the Flat File Source pipelinecomponent AND being able to inherit the UI of the component so that I can extend it.