Класс Entity
Specifies a container for members and their attribute values and explicit hierarchies.
Иерархия наследования
System. . :: . .Object
Microsoft.MasterDataServices. . :: . .MdmDataContractOfModelContextIdentifier
Microsoft.MasterDataServices..::..Entity
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<DataContractAttribute(Name := "Entity", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Entity _
Inherits MdmDataContractOfModelContextIdentifier
'Применение
Dim instance As Entity
[DataContractAttribute(Name = "Entity", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Entity : MdmDataContractOfModelContextIdentifier
[DataContractAttribute(Name = L"Entity", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Entity : public MdmDataContractOfModelContextIdentifier
[<DataContractAttribute(Name = "Entity", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Entity =
class
inherit MdmDataContractOfModelContextIdentifier
end
public class Entity extends MdmDataContractOfModelContextIdentifier
Тип Entity обеспечивает доступ к следующим элементам.
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
AuditInfo | Gets or sets audit information. (Производный от MdmDataContractOfModelContextIdentifier.) |
![]() |
ExplicitHierarchies | Gets or sets an object containing extra data. |
![]() |
ExtensionData | Gets or sets an object that contains extra data. (Производный от MdmDataContractOfModelContextIdentifier.) |
![]() |
Identifier | Gets or sets the ID of the model context. (Производный от MdmDataContractOfModelContextIdentifier.) |
![]() |
IsBase | Gets or sets a value that indicates whether the entity shows on model explorer initial screen as the main entity. |
![]() |
IsFlat | Gets or sets a value that indicates whether the entity supports explicit hierarchies. |
![]() |
IsSystem | Gets or sets a value that indicates whether the entity was created by the MDS system. System entities cannot be deleted. |
![]() |
MemberTypes | Gets or sets an array of entity member types. |
![]() |
Permission | Gets or sets the security permission. (Производный от MdmDataContractOfModelContextIdentifier.) |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)