Classe EntityMemberType
Specifies the structure of an entity within MDS, including attributes and attribute groups.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices. . :: . .MdmDataContractOfIdentifier
Microsoft.MasterDataServices..::..EntityMemberType
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<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
O tipo EntityMemberType expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
EntityMemberType | Initializes a new instance of the EntityMemberType class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AttributeGroups | Gets or sets an array of attribute groups. | |
Attributes | Gets or sets an array of metadata attributes. | |
AuditInfo | Gets or sets auditing information. (Herdado de MdmDataContractOfIdentifier.) | |
EntityId | Gets or sets the entity ID. | |
ExtensionData | Gets or sets an object that contains extra data. (Herdado de MdmDataContractOfIdentifier.) | |
Identifier | Gets or sets the ID. (Herdado de MdmDataContractOfIdentifier.) | |
Permission | Gets or sets the security permission. (Herdado de MdmDataContractOfIdentifier.) | |
Type | Gets or sets the type of the member. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.