How to: Upgrade a Visual Studio 2010 Custom Test Condition from a Previous Release to SQL Server Data Tools
09/10/2025 To use a test unit condition that you created in a version before SQL Server Data Tools, you must upgrade it. To update the project references: 1. For Visual Basic only, in , select .
To use a test unit condition that you created in a version before SQL Server Data Tools, you
must upgrade it.
To update the project references:
- For Visual Basic only, in
, select.
- In
, expand the
node.
- Right-click the following assembly references and select
:
a. Microsoft.Data.Schema.UnitTesting
b. Microsoft.Data.Schema
- On the
menu, or by right-clicking the project folder in
, select.
- Select the
tab.
- In the
list, select
and select.
- Add the required assembly references. Right-click the project node and then select. Select
and navigate to the
folder. Choose Microsoft.Data.Tools.Schema.Sql.dll and select
,
then select.
- On the
menu, select.
- Right-click on the
in
and choose.
- Add the following Import statement after the import of
:
XML
C:\Program Files (x86)\Microsoft SQL
Server\110\DAC\Bin
Microsoft.CSharp.targets