Класс MemberKey

Holds either the member code, the internal ID, or both for a member.

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

System. . :: . .Object
  Microsoft.MasterDataServices..::..MemberKey

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

Синтаксис

'Декларация
<DataContractAttribute(Name := "MemberKey", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class MemberKey _
    Implements IExtensibleDataObject
'Применение
Dim instance As MemberKey
[DataContractAttribute(Name = "MemberKey", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MemberKey : IExtensibleDataObject
[DataContractAttribute(Name = L"MemberKey", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class MemberKey : IExtensibleDataObject
[<DataContractAttribute(Name = "MemberKey", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MemberKey =  
    class
        interface IExtensibleDataObject
    end
public class MemberKey implements IExtensibleDataObject

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство ExtensionData Gets or sets an object that contains extra data.
Открытое свойство 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.