SSIS 2012 pass values from child package to parent with project deployment model

后端 未结 5 453
春和景丽
春和景丽 2021-01-02 06:15

i\'m using the new project deployment model.

I have a master package called ETL. The first thing my ETL package does is run a package called get SFTP files as shown

5条回答
  •  离开以前
    2021-01-02 06:50

    The Simple Solution is

    Add The Variables in Master Package (which Needs Back to use in Master)

    Assign Values in Child Packages to Master Package Variables (Access no issue in child for Master Package Varibales)

    And Once Control came back to Master Used them ...and because they are declared in Master Package you can use their values which were assinged under Child Packages

提交回复
热议问题