Condividi tramite


Classe Attribute

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

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

Nel tipo Attribute sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Attribute Initializes a new instance of the Attribute class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Identifier Gets or sets the Identifier of the attribute metadata object.
Proprietà pubblica Type Gets or sets the AttributeValueType, which is the type of value stored by the attribute.
Proprietà pubblica Value Gets or sets the value assigned to the master data attribute as a variant data type.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.