VSDB provides a number of configuration properties that can be used during deployment. These options are found in the Database.sqldeployment file that is included in your database project:
These options can also be specified on the command line when using the VSDBCMD tool, using the following syntax:
VSDBCMD /a:Deploy /cs:"connectionstring" /dsp:Sql /model:ProjectName.dbschema /p:TargetDatabase=targetDB /manifest:manifestFileName.dbmanifest /script:outputScriptFileName.sql /p:PropertyName=PropertyValue
The following table lists all the options available along with descriptions and default values:
Note – this list is based on the version 2 of the Database Edition GDR, which have be downloaded from here.
For more information on VSDBCMD see here.