言語

SystemPropertyType 列挙型

定義

利用可能なシステムプロパティの一つの識別名を指定します。

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
継承
SystemPropertyType
属性

フィールド

名前 説明
DatabaseSchemaVersion 0

データベース スキーマのバージョン。

SQLServerVersion 1

SQL Server Engineのバージョンです。

CompatibilityLevel 2

SQL Server 互換性レベル

ProductVersion 3

MDSサービスのバージョンです。

OSVersion 4

MDSサービスが動作する運用システムのバージョン。

SQLEdition 6

SQL Server エディション。

EngineEdition 7

SQL Server Engine エディション。

注釈

SystemPropertyType単純型は利用可能なシステムプロパティの一つの識別名を指定します。

適用対象