Attribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
实体属性复杂类型。
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) |
将属性更改为给定的值。 |
SetProperty<T>(T, T, String, Boolean) |
将属性更改为给定的值。 |