Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)