Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 698
Jason R. Avatar asked Mar 13 '16 17:03

Jason R.


1 Answers

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.

like image 105
Thangadurai.B Avatar answered Nov 01 '22 14:11

Thangadurai.B