Search code examples
c#visual-studio-2012sql-server-2012sql-server-data-toolsssis-2012

Read SSIS Package File Name From Within Package (Package Deployment)


I created a SSIS Package in Visual Studio SSDT 2012, using Package Deployment model. Is there any way to get access to the package's file name as a readonly variable or property from within the package?

I don't see it listed as a system variable, is there any way maybe through the script task?


Solution

  • I think you need to check System variables in the name of [System::PackageName], if you want to rename the package name,then you have to change the Properties. I've attached screenshots for your reference. Select Variables , Properties.