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, Boolean) |
その性質を与えられた値に変更します。 |
| SetProperty<T>(T, T, String) |
その性質を与えられた値に変更します。 |