Класс MemberKey
Represents a complex type that holds either member code or internal ID or both for a member.
Иерархия наследования
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts..::..MemberKey
Пространство имен: Microsoft.MasterDataServices.Services.DataContracts
Сборка: Microsoft.MasterDataServices.Services (в Microsoft.MasterDataServices.Services.dll)
Синтаксис
'Декларация
<DataContractAttribute(Name := "MemberKey", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class MemberKey
'Применение
Dim instance As MemberKey
[DataContractAttribute(Name = "MemberKey", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MemberKey
[DataContractAttribute(Name = L"MemberKey", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class MemberKey
[<DataContractAttribute(Name = "MemberKey", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MemberKey = class end
public class MemberKey
Тип MemberKey обеспечивает доступ к следующим элементам.
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
MemberCode | Gets or sets the code value of the member. |
![]() |
MemberId | Gets or sets the internal ID of the member. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)