SqlServerVersion Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates versions of SqlServer supported by SMO.
[Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResources("Microsoft.SqlServer.Management.Smo.LocalizableResources")]
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableEnumConverter))]
public enum SqlServerVersion
[<Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResources("Microsoft.SqlServer.Management.Smo.LocalizableResources")>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableEnumConverter))>]
type SqlServerVersion =
Public Enum SqlServerVersion
- Inheritance
-
SqlServerVersion
- Attributes
Fields
Name | Value | Description |
---|---|---|
Version80 | 1 | |
Version90 | 2 | |
Version100 | 3 | |
Version105 | 4 | |
Version110 | 5 | |
Version120 | 6 | |
Version130 | 7 | |
Version140 | 8 | |
Version150 | 9 |