Using variables in custom SSIS transformation -
09-03-2006
, 07:22 AM
Hi all
I'm trying to implement a custom transformation component for SSIS to
support some special requirements. In the UI I'd like to use some package
variables. Using IDtsVariableService.PromptAndCreateVariable the designer
allows to create a new variable for the package.
Is there a possibility to list the existing variables in the package?
Neither the variable service nor the VariableDispenser of the component
gives me a list with the available variables.
Has anyone ever worked with these objects? I am glad for any hints.
Yours, Thomy |