次の方法で共有


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
属性

フィールド

CompatibilityLevel 2

SQL Server 互換性レベル

DatabaseSchemaVersion 0

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

EngineEdition 7

SQL Server エンジン エディション。

OSVersion 4

MDS サービスが実行されているオペレーティング システムのバージョン。

ProductVersion 3

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

SQLEdition 6

SQL Server のエディション。

SQLServerVersion 1

SQL Server エンジンのバージョン。

注釈

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

適用対象