SystemPropertyValue クラス

定義

システムプロパティとその値を表現します。

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

コンストラクター

名前 説明
SystemPropertyValue()

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

プロパティ

名前 説明
ExtensionData

追加のデータを含む構造体を取得または設定します。

(継承元 DataContractBase)
SystemPropertyType

システムプロパティの一意IDを取得するか設定します。

Value

システムプロパティの値を取得または設定します。

適用対象