A set of utilities that allow to autonomously build a Visual Studio SSIS project (dtproj) into a deployment package (ispac), and deploy the package to an SSIS catalog
Apache License 2.0
52
stars
39
forks
source link
Support the default ProtectionLevel EncryptSensitiveWithUserKey #20
EncryptSensitiveWithUserKey is the default and thus used by many developers. I found out that the DTS:ProtectionLevel attribute in the dtsx file is only set if it differs from EncryptSensitiveWithUserKey.
when will this change be merged? as EncryptSensitiveWithUserKey is our default ProtectionLevel for our packages and thus can't use the library to build.
EncryptSensitiveWithUserKey is the default and thus used by many developers. I found out that the DTS:ProtectionLevel attribute in the dtsx file is only set if it differs from EncryptSensitiveWithUserKey.