Condividi tramite


Classe MetadataAttribute

Defines the data contract for the metadata attribute.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<MemberTypeContextIdentifier>
      Microsoft.MasterDataServices.Services.DataContracts.MetadataAttribute

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

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "MetadataAttribute", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class MetadataAttribute _
    Inherits MdmDataContract(Of MemberTypeContextIdentifier)
'Utilizzo
Dim instance As MetadataAttribute
[DataContractAttribute(Name = "MetadataAttribute", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class MetadataAttribute : MdmDataContract<MemberTypeContextIdentifier>
[DataContractAttribute(Name = L"MetadataAttribute", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class MetadataAttribute sealed : public MdmDataContract<MemberTypeContextIdentifier^>
[<SealedAttribute>]
[<DataContractAttribute(Name = "MetadataAttribute", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MetadataAttribute =  
    class 
        inherit MdmDataContract<MemberTypeContextIdentifier>
    end
public final class MetadataAttribute extends MdmDataContract<MemberTypeContextIdentifier>

Nel tipo MetadataAttribute sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AttributeType Gets or sets the type of the attribute.
Proprietà pubblica AuditInfo Gets or sets the audit information. Ereditato da MdmDataContract<TIdType>.
Proprietà pubblica ChangeTrackingGroup Gets or sets an integer value of a change tracking group.
Proprietà pubblica DataType Gets or sets the data type of the attribute.
Proprietà pubblica DataTypeInformation Gets or sets the information of the data type.
Proprietà pubblica DisplayWidth Gets or sets the display width.
Proprietà pubblica DomainEntityId Gets or sets the identifier of domain entity.
Proprietà pubblica DomainEntityIsFlat Gets or sets a value that indicates whether the domain entity is flat.
Proprietà pubblica DomainEntityPermission Gets or sets the domain entity's permission type.
Proprietà pubblica FullyQualifiedName Gets or sets the fully qualified name.
Proprietà pubblica Identifier Gets or sets the identifier. Ereditato da MdmDataContract<TIdType>.
Proprietà pubblica InputMaskId Gets or sets the identifier of the input mask.
Proprietà pubblica IsCode Gets or sets a value that indicates whether the attribute is a code attribute.
Proprietà pubblica IsName Gets or sets a value that indicates whether the attribute is a name attribute.
Proprietà pubblica IsReadOnly Gets or sets a value that indicates whether the attribute is read-only.
Proprietà pubblica IsSystem Gets or sets a value that indicates whether the attribute is a system attribute.
Proprietà pubblica Permission Gets or sets the permission. Ereditato da MdmDataContract<TIdType>.
Proprietà pubblica SortOrder Gets or sets the sort order of the attribute among other attributes of the same entity and member type.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType 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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts