SystemPropertyType Enum

Definition

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

CompatibilityLevel 2

SQL Server compatibility level

DatabaseSchemaVersion 0

The version of the database schema.

EngineEdition 7

SQL Server Engine edition.

OSVersion 4

The version of operational system the MDS service running on.

ProductVersion 3

The version of MDS Service.

SQLEdition 6

SQL Server edition.

SQLServerVersion 1

The version of SQL Server Engine.

Remarks

The SystemPropertyType simple type specifies the identifying name of one of the available system properties.

Applies to