SystemPropertyValue クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
システム プロパティとその値が含まれます。
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 クラスの新しいインスタンスを初期化します。 |
プロパティ
SystemPropertyType |
SystemPropertyType を指定します。 システム プロパティを一意に識別します。 |
Value |
システム プロパティの値を指定します。 |
メソッド
SetProperty<T>(T, T, String) |
プロパティを指定した値に変更します。 |
SetProperty<T>(T, T, String, Boolean) |
プロパティを指定した値に変更します。 |