View Source
Class SqlServerSyntaxProvider.ServerVersionInfo
Inheritance
System.Object
Assembly: Umbraco.Cms.Persistence.SqlServer.dll
Syntax
public class ServerVersionInfo
Constructors
View Source
ServerVersionInfo()
Declaration
public ServerVersionInfo()
View Source
ServerVersionInfo(String, String, String, SqlServerSyntaxProvider.EngineEdition, String, String)
Declaration
public ServerVersionInfo(string edition, string instanceName, string productVersion, SqlServerSyntaxProvider.EngineEdition engineEdition, string machineName, string productLevel)
Parameters
| Type |
Name |
Description |
| System.String |
edition |
|
| System.String |
instanceName |
|
| System.String |
productVersion |
|
| SqlServerSyntaxProvider.EngineEdition |
engineEdition |
|
| System.String |
machineName |
|
| System.String |
productLevel |
|
Properties
View Source
Edition
Declaration
public string Edition { get; }
Property Value
| Type |
Description |
| System.String |
|
View Source
EngineEdition
Declaration
public SqlServerSyntaxProvider.EngineEdition EngineEdition { get; }
Property Value
View Source
InstanceName
Declaration
public string InstanceName { get; }
Property Value
| Type |
Description |
| System.String |
|
View Source
IsAzure
Declaration
public bool IsAzure { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
View Source
MachineName
Declaration
public string MachineName { get; }
Property Value
| Type |
Description |
| System.String |
|
View Source
ProductLevel
Declaration
public string ProductLevel { get; }
Property Value
| Type |
Description |
| System.String |
|
View Source
ProductVersion
Declaration
public string ProductVersion { get; }
Property Value
| Type |
Description |
| System.String |
|
View Source
ProductVersionName
Declaration
public SqlServerSyntaxProvider.VersionName ProductVersionName { get; }
Property Value