次の方法で共有


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

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

適用対象