Microsoft.SqlServer.Management.SqlParser
160.20216.14
Microsoft.SqlServer.Management.SqlParser provides TSQL parsing functionality.
Install-Package Microsoft.SqlServer.Management.SqlParser -Version 160.20216.14
dotnet add package Microsoft.SqlServer.Management.SqlParser --version 160.20216.14
<PackageReference Include="Microsoft.SqlServer.Management.SqlParser" Version="160.20216.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.SqlServer.Management.SqlParser --version 160.20216.14
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Added netcoreapp3.1 output and upped MajorVersion to 160.
Added highlighting of accelerated_database_recovery syntax.
Added netcoreapp3.1 output and upped MajorVersion to 160.
Added highlighting of accelerated_database_recovery syntax.
Release Notes
See https://docs.microsoft.com/sql/ssms/sql-server-management-studio-changelog-ssms for combined release notes of SMO and SSMS.
Dependencies
-
.NETCoreApp 3.1
- System.CodeDom (>= 4.7.0)
-
.NETFramework 4.6.2
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Microsoft.SqlServer.Management.SqlParser:
Package | Downloads |
---|---|
Microsoft.SqlServer.SqlManagementObjects
The SQL Server Management Objects (SMO) Framework is a set of objects designed for programmatic management of Microsoft SQL Server and Microsoft Azure SQL Database.
|
|
DbMocker
This .NET library simplifies data mocking for UnitTests, to avoid a connection to a relational database.
DbMocker use the standard Microsoft .NET DbConnection object. So, you can mock any toolkit,
including EntityFramework, Dapper or ADO.NET; And for all database servers (SQL Server, Oracle, SQLite).
```
var conn = new MockDbConnection();
conn.Mocks
.When(cmd => cmd.CommandText.Contains("SELECT COUNT(*) FROM EMP"))
.ReturnsScalar(14);
```
|
|
Microsoft.SqlServer.SqlManagementObjects.SSMS
The SQL Server Management Objects (SMO) Framework is a set of objects designed for programmatic management of Microsoft SQL Server and Microsoft Azure SQL Database.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
160.20216.14 | 94,409 | 8/3/2020 |
150.37051.0 | 365,762 | 3/10/2020 |
150.35031.0 | 5,124 | 1/8/2020 |