I'm configuring an SSIS solution in Visual Studio 2017 that sends data to an externally hosted SQL Server database and need to set the value in Connection Manager for that Destination Connection to Trust Server certificate = False. I also want to test the SSIS package against an internally hosted database but use Trust Server certificate = True for that Connection.
I have individually parameterized the database, user and password components of the connection string using the built-in options when you right click on the connection in Visual Studio and click parameterize, but there is no option in the drop down for Trust Server Certificate. Can I parameterise just that property without having to parameterize the whole connection string, so I can link it to an environment variable when executing the package from the Integration Services Catalog on the SQL Server?