xSQL.Schema.SqlServer Namespace : SqlVersion Class |
The following tables list the members exposed by SqlVersion.
Name | Description | |
---|---|---|
![]() | SqlVersion Constructor | Initializes a new instance of the SqlVersion class with the specified parent SQL Server. |
Name | Description | |
---|---|---|
![]() | BuildNumber | Gets or sets the build number of SQL Server. |
![]() | Edition | Gets or sets the edition of SQL Server. |
![]() | FullName | Gets the full name of the entity formatted as schema.name. If the entity has no schema, only the name is returned. (Inherited from xSQL.Schema.Core.Entity) |
![]() | FullNameDelimited | Overridden. Empty for this object. |
![]() | FullVersion | Gets or sets the full version of SQL Server. |
![]() | FullyQualifyingName | Gets the fully-qualifying name for the entity. (Inherited from xSQL.Schema.SqlServer.SqlEntity) |
![]() | FullyQualifyingNameDelimited | Gets the fully-qualifying name for the entity with delimiters. (Inherited from xSQL.Schema.SqlServer.SqlEntity) |
![]() | Id | Gets or sets a unique id for the entity. (Inherited from xSQL.Schema.Core.Entity) |
![]() | IsEnterpriseEdition | Indicates the enterprise edition of SQL Server. |
![]() | IsExpressEdition | Indicates the express edition of SQL Server. |
![]() | IsLocalDB | Gets or sets the value that indicates whether the server is an instance of the SQL Server Express LocalDB. |
![]() | IsSql2000 | Indicates a SQL Server 2000. |
![]() | IsSql2005 | Indicates a SQL Server 2005. |
![]() | IsSql2008 | Indicates a SQL Server 2008. |
![]() | IsSql2008R2 | Indicates a SQL Server 2008 R2. |
![]() | IsSql2012 | Indicates a SQL Server 2012. |
![]() | IsSql2014 | Indicates a SQL Server 2014. |
![]() | IsSql2016 | Indicates a SQL Server 2016. |
![]() | IsSql2017 | Indicates a SQL Server 2017. |
![]() | IsSql2019 | Indicates on-premise SQL Server 2019. |
![]() | IsSql2022 | Indicates on-premise SQL Server 2022. |
![]() | IsSqlAzure | Indicates a Microsoft Azure database. |
![]() | MajorVersion | Gets or sets the major version number of SQL Server. |
![]() | MinorVersion | Gets or sets the minor version number of SQL Server. |
![]() | Name | Gets or sets the name of the entity. (Inherited from xSQL.Schema.Core.Entity) |
![]() | Parent | Gets the parent entity of this entity. (Inherited from xSQL.Schema.Core.Entity) |
![]() | Revision | Gets or sets the revision number of SQL Server. |
![]() | Schema | Gets or set the entity schema. (Inherited from xSQL.Schema.Core.Entity) |
![]() | SqlDatabase | Gets the SqlDatabase to which the entity belongs. (Inherited from xSQL.Schema.SqlServer.SqlEntity) |
![]() | SqlServerPlatformId | Gets a unique id that identifies SQL Server. |
Name | Description | |
---|---|---|
![]() | Equals | Overloaded. Returns true if this instance of the SqlEntity class is equal to the other object, which should also be an instance of SqlEntity class. (Inherited from xSQL.Schema.SqlServer.SqlEntity) |
![]() | ToString | Returns the full version of SQL Server. |