Accessing Variables in SSIS code
Custom data flow components, also known as pipeline components, inherit from the PipelineComponent class. This exposes a public read-only property called VariableDispenser, so you can access this in your own methiods, or those you override from the base class, PipelineComponent. This gives you access to the variable dispenser to read or write variables as you desire.
November 21st, 2006 11:37am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics