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

后端 未结 5 464
春和景丽
春和景丽 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 07:05

    The best way to do this is to include your child and parent packages in the same project and use project variables to pass to the child package. You can call or change the value in the child package and the value would be available in the parent package as well.

提交回复
热议问题