次の方法で共有


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)

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

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

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象