Classe EntityMemberType
Specifies the structure of an entity within MDS, including attributes and attribute groups.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices. . :: . .MdmDataContractOfIdentifier
Microsoft.MasterDataServices..::..EntityMemberType
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "EntityMemberType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityMemberType _
Inherits MdmDataContractOfIdentifier
'Utilizzo
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
Nel tipo EntityMemberType sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
EntityMemberType | Initializes a new instance of the EntityMemberType class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
AttributeGroups | Gets or sets an array of attribute groups. |
![]() |
Attributes | Gets or sets an array of metadata attributes. |
![]() |
AuditInfo | Gets or sets auditing information. Ereditato da MdmDataContractOfIdentifier. |
![]() |
EntityId | Gets or sets the entity ID. |
![]() |
ExtensionData | Gets or sets an object that contains extra data. Ereditato da MdmDataContractOfIdentifier. |
![]() |
Identifier | Gets or sets the ID. Ereditato da MdmDataContractOfIdentifier. |
![]() |
Permission | Gets or sets the security permission. Ereditato da MdmDataContractOfIdentifier. |
![]() |
Type | Gets or sets the type of the member. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
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.