How to Access child package variable from parent package

  • Hi,

    In my SSIS package(Parent Package) I have an Execute Package Task(Child Package) .Now from parent package I want to access the Global variables of child package and want to modify that.

    So, How can I modify the child package Global variable from Parent package. Actually,I want to do the same what we do in DTS through "Inner Package Global Variable" property of Execute Package Task.

    Could anybody help me out please.

  • I believe that what you're asking about in SSIS terminology is Parent Package Variables. If so, there's an MSDN article: http://msdn2.microsoft.com/en-us/library/ms345179.aspx that gives an overview. This will pass the value of a parent package variable to a variable within the child package.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply