SqlServerVersion Enumeration
The SqlServerVersion enumeration contains values that are used to specify the version of the referenced instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Enumeration SqlServerVersion
public enum SqlServerVersion
public enum class SqlServerVersion
public enum SqlServerVersion
public enum SqlServerVersion
Members
Member name | Description |
---|---|
Version100 | |
Version80 | SQL Server 2000. |
Version90 | SQL Server 2005. |
Remarks
The SqlServerVersion enumeration class is served by the PingSqlServerVersion method and the GetSqlServerVersionName method.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.