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

获取或设置系统属性的值。

适用于