Compartir a través de


Clase Attribute

Represents a master data attribute including its identification and data value.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.Attribute

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<KnownTypeAttribute(GetType(MemberIdentifier))> _
<DataContractAttribute(Name := "Attribute", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(FileAttribute))> _
Public Class Attribute _
    Inherits DataContractBase
'Uso
Dim instance As Attribute
[KnownTypeAttribute(typeof(MemberIdentifier))]
[DataContractAttribute(Name = "Attribute", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(FileAttribute))]
public class Attribute : DataContractBase
[KnownTypeAttribute(typeof(MemberIdentifier))]
[DataContractAttribute(Name = L"Attribute", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(FileAttribute))]
public ref class Attribute : public DataContractBase
[<KnownTypeAttribute(typeof(MemberIdentifier))>]
[<DataContractAttribute(Name = "Attribute", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(FileAttribute))>]
type Attribute =  
    class 
        inherit DataContractBase 
    end
public class Attribute extends DataContractBase

El tipo Attribute expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público Attribute Initializes a new instance of the Attribute class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Identifier Gets or sets the identifier of the attribute.
Propiedad pública TransactionAnnotation Gets or sets the annotation of a transaction.
Propiedad pública Type Gets or sets the type of value associated with the attribute.
Propiedad pública Value Gets or sets the value of the attribute.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido SetProperty<T> Infraestructura. Sets the property using the specified values. (Se hereda de DataContractBase.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts