Compartir a través de


Clase EntityMemberType

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

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.MdmDataContractOfIdentifier
      Microsoft.MasterDataServices.EntityMemberType

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataContractAttribute(Name := "EntityMemberType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityMemberType _
    Inherits MdmDataContractOfIdentifier
'Uso
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

El tipo EntityMemberType expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público EntityMemberType Initializes a new instance of the EntityMemberType class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AttributeGroups Gets or sets an array of attribute groups.
Propiedad pública Attributes Gets or sets an array of metadata attributes.
Propiedad pública AuditInfo Gets or sets auditing information. (Se hereda de MdmDataContractOfIdentifier.)
Propiedad pública EntityId Gets or sets the entity ID.
Propiedad pública ExtensionData Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.)
Propiedad pública Identifier Gets or sets the ID. (Se hereda de MdmDataContractOfIdentifier.)
Propiedad pública Permission Gets or sets the security permission. (Se hereda de MdmDataContractOfIdentifier.)
Propiedad pública Type Gets or sets the type of the member.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices