Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
SMerrill
Posting Yak Master
206 Posts |
Posted - 2008-04-25 : 16:02:06
|
I have written a successful SSIS Pipeline Component for my client, and it is designed to drop on to the SSIS work surface and source some data from an awkward place.I simply need to access the value of the variables that are created in SSIS within the scope of the Data Flow Task (the work surface I am dropping onto.)You see, these are not accessible from my component using Variables.MyVariableName, so I think I have to use the VariableDispenser class, but HOW? Thanks,~ Shaun Merrill (Seattle) |
|
|
|
|