简体   繁体   English

如何为SQL Server DB项目指定版本号(在Dacpac上)

[英]How to Specify the Version number for a SQL Server DB Project(on Dacpac)

How to Specify the Version number for a SQL Server DB Project. 如何为SQL Server DB项目指定版本号。 This is associateed to Dacpac 这与Dacpac相关

Like [assembly: AssemblyVersion("1.0.0.0")] 类似于[assembly:AssemblyVersion(“ 1.0.0.0”)]

You can set the Data-Tier Application version in the "Properties" of the .dacpac inside the database project settings. 您可以在数据库项目设置内的.dacpac的“属性”中设置数据层应用程序版本。

SSDT项目设置对话框显示“数据层应用程序属性”模态

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 DACPAC SQL Server 项目中创建表值函数脚本? - How to create a table value function script in a DACPAC SQL Server project? 比较用于SQL Server项目的TFS中的架构或在SSMS中创建.DACPAC文件时,如何解决依赖性? - how to resolve dependency when comparing schema in TFS for SQL Server project or when creating .DACPAC files in SSMS? 在单个构建中创建所有 SQL Server 版本的 dacpac 文件 - Create dacpac files all SQL Server version in single build SQL Server:当引用另一个SSDT项目时,DacPac删除所有内容 - SQL Server : DacPac drops everything when another SSDT project is referenced 如何在定位较低版本的SQL Server时检测VS DB项目中不兼容的T-SQL语法 - How to detect incompatible T-SQL syntax in VS DB project when targeting a lower version of SQL Server 使用SSDT的最新版本SqlPackage.exe部署SQL Server dacpac会删除列默认值 - Deploying SQL Server dacpac with newest version of SSDT SqlPackage.exe drops column defaults 如何在 SQL Server 连接字符串中指定端口号? - How to specify a port number in SQL Server connection string? 无法使用 DacPac 部署到 SQL Server - Not able to deploy to SQL Server using DacPac 解析 dacpac docker microsoft sql server 时出错 - Error parsing dacpac docker microsoft sql server 将DACPAC部署到SQL Server-创建数据库失败 - Deploy DACPAC to SQL Server - Create Database fails
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM