0

I'm building a custom SSIS data flow component that, as part of its process, takes multiple inputs and rolls them into a single output (along the lines of what the UNION ALL component does). I'm having a little bit of trouble implementing the runtime methods and having been looking for source code for asynchronous transformations that use multiple inputs that I can use as a model for my own code.

Does anyone know of available source code or have their own code they'd be willing to share with me to help get me on the right track? Much appreciated!

4

1 に答える 1

1

頭のてっぺんから、MS の IS チームのプログラミング サンプルとCommunity Transformを調べます。それらのいくつかはオープン ソースであるため、非同期のものを見つけることができれば、不足しているものを確認できるはずです。

私の半分覚えているロジックは、特定の IDTSComponentMetaData100 のすべての InputCollection を調べてからそのデータを操作する必要があるというものです。

于 2013-01-15T15:43:22.390 に答える