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?