Condividi tramite


Classe MetadataAttribute

Represents a metadata attribute.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices. . :: . .MdmDataContractOfMemberTypeContextIdentifier
    Microsoft.MasterDataServices..::..MetadataAttribute

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

Sintassi

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

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 attribute type.
Proprietà pubblica AuditInfo Gets or sets an AuditInfo. Ereditato da MdmDataContractOfMemberTypeContextIdentifier.
Proprietà pubblica ChangeTrackingGroup Gets or sets an integer value of a change tracking group.
Proprietà pubblica DataType Gets or sets the data type.
Proprietà pubblica DataTypeInformation Gets or sets the data type information.
Proprietà pubblica DisplayWidth Gets or sets the display width.
Proprietà pubblica DomainEntityId Gets or sets the domain entity ID.
Proprietà pubblica DomainEntityIsFlat Gets or sets a value that indicates whether the domain entity is flat.
Proprietà pubblica DomainEntityPermission Gets or sets the entity's permission type.
Proprietà pubblica ExtensionData Gets or sets an object that contains extra data. Ereditato da MdmDataContractOfMemberTypeContextIdentifier.
Proprietà pubblica FullyQualifiedName Gets or sets fully qualified name.
Proprietà pubblica Identifier Gets or sets an ID. Ereditato da MdmDataContractOfMemberTypeContextIdentifier.
Proprietà pubblica InputMaskId Gets or sets the input mask ID.
Proprietà pubblica IsCode Gets or sets a value that indicates 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 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 a security permission. Ereditato da MdmDataContractOfMemberTypeContextIdentifier.
Proprietà pubblica SortOrder Gets or sets the sort order of the MetadataAttribute.

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.