Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the structure of an entity within MDS, including attributes and attribute groups.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.MdmDataContractOfIdentifier
Microsoft.MasterDataServices.EntityMemberType
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "EntityMemberType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityMemberType _
Inherits MdmDataContractOfIdentifier
'Usage
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
The EntityMemberType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
EntityMemberType | Initializes a new instance of the EntityMemberType class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AttributeGroups | Gets or sets an array of attribute groups. |
![]() |
Attributes | Gets or sets an array of metadata attributes. |
![]() |
AuditInfo | Gets or sets auditing information. (Inherited from MdmDataContractOfIdentifier.) |
![]() |
EntityId | Gets or sets the entity ID. |
![]() |
ExtensionData | Gets or sets the structure that contains extra data. (Inherited from DataContractBase.) |
![]() |
Identifier | Gets or sets the ID. (Inherited from MdmDataContractOfIdentifier.) |
![]() |
Permission | Gets or sets the security permission. (Inherited from MdmDataContractOfIdentifier.) |
![]() |
Type | Gets or sets the type of the member. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.