SystemPropertyValue 类

定义

包含系统属性和它的值。

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()

初始化 SystemPropertyValue 类的新实例。

属性

SystemPropertyType

指定 SystemPropertyType。 唯一标识系统属性。

Value

指定系统属性值。

方法

SetProperty<T>(T, T, String)

将属性更改为给定的值。
返回新值是否不同于旧值。

(继承自 DataContractBase)
SetProperty<T>(T, T, String, Boolean)

将属性更改为给定的值。
返回新值是否不同于旧值。

(继承自 DataContractBase)

适用于