When creating a DACPAC using SQLServer's sqlpackage.exe (from SQL Server 2014), so far I haven't seen ANSI_PADDING mentioned. And in some rare cases this is a problem as the database I'm working on seems to have a couple of fields where ANSI_PADDING is set to OFF.
Looking at the documentation on MSDN, this doesn't seem possible at all. We do need this exported as well as we're creating scripts to compare/develop/deploy our databases.
Does anyone here know if (and how) it's possible to include the ANSI_PADDING settings when creating a DACPAC? If it's not possible using sqlpackage, are there other ways that this setting on columns can be included in a dacpac export?