Condividi tramite


Classe MetadataAttribute

Defines the data contract for the Metadata attribute.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts. . :: . .MdmDataContract< (Of < ( <'MemberTypeContextIdentifier> ) > ) >
    Microsoft.MasterDataServices.Services.DataContracts..::..MetadataAttribute

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.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 AttributeType.
Proprietà pubblica AuditInfo Gets or sets the AuditInfo. Ereditato da MdmDataContract< (Of < ( <'IdType> ) > ) >.
Proprietà pubblica ChangeTrackingGroup Gets or sets an integer value of a change tracking group.
Proprietà pubblica DataType Gets or sets the AttributeDataType.
Proprietà pubblica DataTypeInformation Gets or sets the DataTypeInformation.
Proprietà pubblica DisplayWidth Gets or sets the display width.
Proprietà pubblica DomainEntityId Gets or sets DomainEntityId.
Proprietà pubblica DomainEntityIsFlat Gets or sets a value indicating whether the domain entity is flat.
Proprietà pubblica DomainEntityPermission Gets or sets domain entity's permission type.
Proprietà pubblica FullyQualifiedName Gets or sets the fully qualified name.
Proprietà pubblica Identifier Gets or sets the ID. Ereditato da MdmDataContract< (Of < ( <'IdType> ) > ) >.
Proprietà pubblica InputMaskId Gets or sets the InputMaskId.
Proprietà pubblica IsCode Gets or sets a value indicating whether the attribute is the Code attribute.
Proprietà pubblica IsName Gets or sets a value indicating whether the attribute is the Name attribute.
Proprietà pubblica IsReadOnly Gets or sets a value indicating whether the attribute is read-only.
Proprietà pubblica IsSystem Gets or sets a value indicating whether the attribute is a system attribute.
Proprietà pubblica Permission Gets or sets the permission. Ereditato da MdmDataContract< (Of < ( <'IdType> ) > ) >.
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 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.