Attribute 类

定义

实体属性复杂类型。

public ref class Attribute : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="Attribute", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.FileAttribute))]
public class Attribute : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="Attribute", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.FileAttribute))>]
type Attribute = class
    inherit DataContractBase
Public Class Attribute
Inherits DataContractBase
继承
属性

注解

Attribute复杂类型指定主数据属性,包括其标识和数据值。

构造函数

Attribute()

默认构造函数

属性

Identifier

指定 Identifier 属性元数据对象。

IsChanged

指定属性值是否已更改

TransactionAnnotation
已过时.

指定在更新期间适用于此属性的事务的批注

Type

指定 AttributeValueType 属性存储的值的类型。

Value

将分配给主数据属性的值指定为变体数据类型。

方法

SetProperty<T>(T, T, String)

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

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

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

(继承自 DataContractBase)

适用于