Expand Minimize
This topic has not yet been rated - Rate this topic

SqlServerVersions Enumeration

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

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[FlagsAttribute]
public enum SqlServerVersions
Member nameDescription
UnknownThe version of SQL Server is unknown.
Version70No longer used.
Version80No longer used.
Version90The version of SQL Server is SQL Server 2005.
Version100The version of SQL Server is SQL Server 2008.
Version105The version of SQL Server is SQL Server 2008 R2.
Version110The version of SQL Server is SQL Server 2012.

The SqlServerVersions enumeration class is served by the EnumPropertyInfo method.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.