title | description | author | ms.author | ms.reviewer | ms.date | ms.service | ms.topic | ms.custom | helpviewer_keywords | monikerRange | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Files and version numbers |
File and version number information for SQL Management Objects (SMO) |
markingmyname |
maghan |
randolphwest |
08/08/2023 |
sql |
reference |
|
|
=azuresqldb-current || =azure-sqldw-latest || >=sql-server-2016 || >=sql-server-linux-2017 || =azuresqldb-mi-current || =fabric |
[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance Synapse Analytics FabricSQLDB]
All required SQL Server Management Object (SMO) components are included in the Microsoft.SqlServer.SqlManagementObjects
NuGet package. SMO is implemented in several managed assemblies. You can develop SMO applications on either a client or a server.
The file version of the SMO assemblies is displayed as Major.0.Build.Revision. But the embedded assembly version is Major.100.Build.Revision. This is done to keep the version of SMO used in each application separate, so updates to one don't affect any others.
For this reason, don't install the NuGet version of SMO assemblies to the Global Assembly Cache (GAC). Doing so could cause other applications, including [!INCLUDE ssNoVersion] Management Studio, to break.
File | Description |
---|---|
Microsoft.SqlServer.ConnectionInfo.dll |
Contains support for connecting to an instance of [!INCLUDE ssNoVersion]. |
Microsoft.SqlServer.ServiceBrokerEnum.dll |
Contains support for programming the [!INCLUDE msCoName] Service Broker. This is required only in programs that access the Service Broker. |
Microsoft.SqlServer.Smo.dll |
Contains the most of the SMO classes. |
Microsoft.SqlServer.SmoExtended.dll |
Contains support for the SMO classes. |
Microsoft.SqlServer.Management.Sdk.Sfc.dll |
Contains support for the SMO classes. |
Microsoft.SqlServer.SqlEnum.dll |
Contains support for the SMO classes. |
Microsoft.SqlServer.WmiEnum.dll |
Contains the Windows Management Instrumentation (WMI) Provider classes. This is required only for programs that use the WMI Provider classes. |
Microsoft.SqlServer.RegSvrEnum.dll |
Contains the Registered Server classes. This is required only for programs that use the Registered Server classes. |