|
|
Browse by Tags
All Tags » Examples » SSIS API
-
I recently had a need to scan through an SSIS package to find all instances of data flow tasks within the package. This is to support a future enhancement in BIDSHelper. However, I ended up making the code a little more general, so it can be used to get a list of all instances of any type of tasks within a package.
Before looking at the code, ...
|
|
|