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.
Info
Version: | 150.18097.0-xplat |
Author(s): | Microsoft |
Last Update: | Friday, March 22, 2019 |
.NET Fiddle: | Online Example |
Project Url: | https://docs.microsoft.com/sql/relational-databases/server-management-objects-smo/overview-smo |
NuGet Url: | https://www.nuget.org/packages/Microsoft.SqlServer.ConnectionInfo |
Install
Install-Package Microsoft.SqlServer.ConnectionInfo
dotnet add package Microsoft.SqlServer.ConnectionInfo
paket add Microsoft.SqlServer.ConnectionInfo
Microsoft.SqlServer.ConnectionInfo Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Data.Tools.Sql.BatchParser(>= 150.18097.0)
- System.Data.SqlClient(>= 4.4.0)
Tags