Lenguaje

Attribute Clase

Definición

Un tipo complejo de atributo de entidad.

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
Herencia
Atributos

Comentarios

El Attribute tipo complejo especifica un atributo de datos maestros, incluyendo su identificación y valor de datos.

Constructores

Nombre Description
Attribute()

Constructor predeterminado

Propiedades

Nombre Description
Identifier

Especifica el Identifier del objeto de metadatos de attributos.

IsChanged

Especifica si el valor del atributo cambia

TransactionAnnotation
Obsoletos.

Especifica la anotación aplicable a la transacción de este atributo durante una actualización

Type

Especifica el AttributeValueType o el tipo de valor que almacena el atributo.

Value

Especifica el valor asignado al atributo de datos maestros como un tipo de dato variante.

Métodos

Nombre Description
SetProperty<T>(T, T, String, Boolean)

Cambia la propiedad al valor dado.
Devuelve si el nuevo valor es diferente del anterior.

(Heredado de DataContractBase)
SetProperty<T>(T, T, String)

Cambia la propiedad al valor dado.
Devuelve si el nuevo valor es diferente del anterior.

(Heredado de DataContractBase)

Se aplica a