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: | 171.30.0 |
Author(s): | Microsoft |
Last Update: | Thursday, March 21, 2024 |
.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.SqlManagementObjects |
Install
Install-Package Microsoft.SqlServer.SqlManagementObjects
dotnet add package Microsoft.SqlServer.SqlManagementObjects
paket add Microsoft.SqlServer.SqlManagementObjects
Microsoft.SqlServer.SqlManagementObjects Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.Data.SqlClient(>= 2.0.0)
- Microsoft.SqlServer.Assessment(>= 1.0.280)
- Microsoft.SqlServer.Management.SqlParser(>= 160.20216.14)
- NewtonSoft.Json(>= 11.0.1)
- System.Data.OleDb(>= 4.7.0)
- System.Management(>= 4.7.0)
- System.Security.Cryptography.ProtectedData(>= 4.7.0)
- System.Security.Permissions(>= 4.7.0)
- System.Security.Principal.Windows(>= 4.7.0)
- Microsoft.Data.SqlClient(>= 2.0.0)
- Microsoft.Data.SqlClient(>= 2.0.0)
- Microsoft.SqlServer.Assessment(>= 1.0.280)
- Microsoft.SqlServer.Management.SqlParser(>= 160.20216.14)
- NewtonSoft.Json(>= 11.0.1)
- Microsoft.Data.SqlClient(>= 2.0.0)
- Microsoft.SqlServer.Assessment(>= 1.0.280)
- Microsoft.SqlServer.Management.SqlParser(>= 160.20216.14)
- NewtonSoft.Json(>= 11.0.1)
- System.Data.OleDb(>= 4.7.0)
- System.Management(>= 4.7.0)
- System.Security.Cryptography.ProtectedData(>= 4.7.0)
- System.Security.Permissions(>= 4.7.0)
- System.Security.Principal.Windows(>= 4.7.0)
Tags