Класс MdmDataContractOfEntityContextIdentifier
Specifies a data contract for EntityContextIdentifier.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.MdmDataContractOfEntityContextIdentifier
Microsoft.MasterDataServices.ExplicitHierarchy
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<DataContractAttribute(Name := "MdmDataContractOfEntityContextIdentifier", _
Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(ExplicitHierarchy))> _
Public Class MdmDataContractOfEntityContextIdentifier _
Inherits DataContractBase
'Применение
Dim instance As MdmDataContractOfEntityContextIdentifier
[DataContractAttribute(Name = "MdmDataContractOfEntityContextIdentifier",
Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(ExplicitHierarchy))]
public class MdmDataContractOfEntityContextIdentifier : DataContractBase
[DataContractAttribute(Name = L"MdmDataContractOfEntityContextIdentifier",
Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(ExplicitHierarchy))]
public ref class MdmDataContractOfEntityContextIdentifier : public DataContractBase
[<DataContractAttribute(Name = "MdmDataContractOfEntityContextIdentifier",
Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(ExplicitHierarchy))>]
type MdmDataContractOfEntityContextIdentifier =
class
inherit DataContractBase
end
public class MdmDataContractOfEntityContextIdentifier extends DataContractBase
Тип MdmDataContractOfEntityContextIdentifier обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
MdmDataContractOfEntityContextIdentifier | Initializes a new instance of the MdmDataContractOfEntityContextIdentifier class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
AuditInfo | Gets or sets an audit inro. |
![]() |
ExtensionData | Gets or sets the structure that contains extra data. (Производный от DataContractBase.) |
![]() |
Identifier | Gets or sets an ID of the MDM entity context ID. |
![]() |
Permission | Gets or sets the permission type of the MDM data contract. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.