Search Results for

    Show / Hide Table of Contents
    View Source

    Class SqlServerSyntaxProvider.ServerVersionInfo

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Persistence.SqlServer.Services
    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
    Type Description
    SqlServerSyntaxProvider.EngineEdition
    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
    Type Description
    SqlServerSyntaxProvider.VersionName
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ServerVersionInfo()
      • ServerVersionInfo(String, String, String, SqlServerSyntaxProvider.EngineEdition, String, String)
    • Properties
      • Edition
      • EngineEdition
      • InstanceName
      • IsAzure
      • MachineName
      • ProductLevel
      • ProductVersion
      • ProductVersionName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX