言語

SystemPropertyValue クラス

定義

システムプロパティとその値を含みます。

public ref class SystemPropertyValue sealed : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="SystemPropertyValue", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SystemPropertyValue : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="SystemPropertyValue", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemPropertyValue = class
    inherit DataContractBase
Public NotInheritable Class SystemPropertyValue
Inherits DataContractBase
継承
SystemPropertyValue
属性

注釈

SystemPropertyValueはシステム特性とその値を含みます。

コンストラクター

名前 説明
SystemPropertyValue()

SystemPropertyValue クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
SystemPropertyType

SystemPropertyTypeを指定します。 システムは一意に性質を識別します。

Value

システムのプロパティ値を指定します。

メソッド

名前 説明
SetProperty<T>(T, T, String, Boolean)

その性質を与えられた値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)
SetProperty<T>(T, T, String)

その性質を与えられた値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象