Partager via


Classe EntityMemberType

Specifies the structure of an entity within MDS, including attributes and attribute groups.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.MasterDataServices. . :: . .MdmDataContractOfIdentifier
    Microsoft.MasterDataServices..::..EntityMemberType

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "EntityMemberType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityMemberType _
    Inherits MdmDataContractOfIdentifier
'Utilisation
Dim instance As EntityMemberType
[DataContractAttribute(Name = "EntityMemberType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMemberType : MdmDataContractOfIdentifier
[DataContractAttribute(Name = L"EntityMemberType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class EntityMemberType : public MdmDataContractOfIdentifier
[<DataContractAttribute(Name = "EntityMemberType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMemberType =  
    class
        inherit MdmDataContractOfIdentifier
    end
public class EntityMemberType extends MdmDataContractOfIdentifier

Le type EntityMemberType expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique EntityMemberType Initializes a new instance of the EntityMemberType class.

Haut de la page

Propriétés

  Nom Description
Propriété publique AttributeGroups Gets or sets an array of attribute groups.
Propriété publique Attributes Gets or sets an array of metadata attributes.
Propriété publique AuditInfo Gets or sets auditing information. (hérité de MdmDataContractOfIdentifier.)
Propriété publique EntityId Gets or sets the entity ID.
Propriété publique ExtensionData Gets or sets an object that contains extra data. (hérité de MdmDataContractOfIdentifier.)
Propriété publique Identifier Gets or sets the ID. (hérité de MdmDataContractOfIdentifier.)
Propriété publique Permission Gets or sets the security permission. (hérité de MdmDataContractOfIdentifier.)
Propriété publique Type Gets or sets the type of the member.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.