SystemPropertyType 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.
Specifies the identifying name of one of the available system properties.
public enum class SystemPropertyType
[System.Runtime.Serialization.DataContract(Name="SystemPropertyType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum SystemPropertyType
[<System.Runtime.Serialization.DataContract(Name="SystemPropertyType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemPropertyType =
Public Enum SystemPropertyType
- Inheritance
-
SystemPropertyType
- Attributes
Fields
Name | Value | Description |
---|---|---|
DatabaseSchemaVersion | 0 | The version of the database schema. |
SQLServerVersion | 1 | The version of SQL Server Engine. |
CompatibilityLevel | 2 | SQL Server compatibility level |
ProductVersion | 3 | The version of MDS Service. |
OSVersion | 4 | The version of operational system the MDS service running on. |
SQLEdition | 6 | SQL Server edition. |
EngineEdition | 7 | SQL Server Engine edition. |
Remarks
The SystemPropertyType simple type specifies the identifying name of one of the available system properties.