Compartilhar via


Classe MetadataAttribute

Represents a metadata attribute.

Hierarquia de herança

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

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<DataContractAttribute(Name := "MetadataAttribute", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class MetadataAttribute _
    Inherits MdmDataContractOfMemberTypeContextIdentifier
'Uso
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

O tipo MetadataAttribute expõe os membros a seguir.

Construtores

  Nome Descrição
Método público MetadataAttribute Initializes a new instance of the MetadataAttribute class.

Início

Propriedades

  Nome Descrição
Propriedade pública AttributeType Gets or sets the attribute type.
Propriedade pública AuditInfo Gets or sets an AuditInfo. (Herdado de MdmDataContractOfMemberTypeContextIdentifier.)
Propriedade pública ChangeTrackingGroup Gets or sets an integer value of a change tracking group.
Propriedade pública DataType Gets or sets the data type.
Propriedade pública DataTypeInformation Gets or sets the data type information.
Propriedade pública DisplayWidth Gets or sets the display width.
Propriedade pública DomainEntityId Gets or sets the domain entity ID.
Propriedade pública DomainEntityIsFlat Gets or sets a value that indicates whether the domain entity is flat.
Propriedade pública DomainEntityPermission Gets or sets the entity's permission type.
Propriedade pública ExtensionData Gets or sets an object that contains extra data. (Herdado de MdmDataContractOfMemberTypeContextIdentifier.)
Propriedade pública FullyQualifiedName Gets or sets fully qualified name.
Propriedade pública Identifier Gets or sets an ID. (Herdado de MdmDataContractOfMemberTypeContextIdentifier.)
Propriedade pública InputMaskId Gets or sets the input mask ID.
Propriedade pública IsCode Gets or sets a value that indicates whether the attribute is the Code attribute.
Propriedade pública IsName Gets or sets a value indicating whether the attribute is the Name attribute.
Propriedade pública IsReadOnly Gets or sets a value that indicates whether the attribute is read-only.
Propriedade pública IsSystem Gets or sets a value that indicates whether the attribute is a system attribute.
Propriedade pública Permission Gets or sets a security permission. (Herdado de MdmDataContractOfMemberTypeContextIdentifier.)
Propriedade pública SortOrder Gets or sets the sort order of the MetadataAttribute.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência