How do I find the current version of a SQL Server data-tier application?

Viewed 12059

We are using a SQL Server Data-tier application (dacpac or DAC pack) and I'm having a hard time finding the current version of the database.

Is there a way to obtain the current version using any of these methods:

  1. From within SQL Server Management Studio
  2. Via a SQL statement
  3. Programmatically using .NET code
2 Answers
Related