Поделиться через


Перечисление SqlServerVersions

The SqlServerVersions enumeration contains values that are used to specify the version of the referenced instance of SQL Server.

Это перечисление имеет атрибут FlagsAttribute, допускающий побитовое сочетание значений его элементов.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<FlagsAttribute> _
Public Enumeration SqlServerVersions
'Применение
Dim instance As SqlServerVersions
[FlagsAttribute]
public enum SqlServerVersions
[FlagsAttribute]
public enum class SqlServerVersions
[<FlagsAttribute>]
type SqlServerVersions
public enum SqlServerVersions

Элементы

Имя элемента Описание
Unknown The version of SQL Server is unknown.
Version70 The version of SQL Server is SQL Server 7.0.
Version80 The version of SQL Server is SQL Server 2000.
Version90 The version of SQL Server is SQL Server 2005. 
Version100 The version of SQL Server is SQL Server 2008.
Version105 The version of SQL Server is SQL Server 2008 R2.

Замечания

The SqlServerVersions enumeration class is served by the EnumPropertyInfo method.