Класс EntityMemberType

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

Иерархия наследования

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

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "EntityMemberType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityMemberType _
    Inherits MdmDataContractOfIdentifier
'Применение
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

Тип EntityMemberType обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод EntityMemberType Initializes a new instance of the EntityMemberType class.

В начало

Свойства

  Имя Описание
Открытое свойство AttributeGroups Gets or sets an array of attribute groups.
Открытое свойство Attributes Gets or sets an array of metadata attributes.
Открытое свойство AuditInfo Gets or sets auditing information. (Производный от MdmDataContractOfIdentifier.)
Открытое свойство EntityId Gets or sets the entity ID.
Открытое свойство ExtensionData Gets or sets an object that contains extra data. (Производный от MdmDataContractOfIdentifier.)
Открытое свойство Identifier Gets or sets the ID. (Производный от MdmDataContractOfIdentifier.)
Открытое свойство Permission Gets or sets the security permission. (Производный от MdmDataContractOfIdentifier.)
Открытое свойство Type Gets or sets the type of the member.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.