Reputation: 399
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?
Upvotes: 7
Views: 3828
Reputation: 561
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.
Upvotes: 2