Класс ReplacementId

Represents a response complex type that defines an individual Transaction that was replaced during the operation, including prior and new identifiers.

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

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..ReplacementId

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство NewId Gets or sets the new ID of the transaction that was reversed.
Открытое свойство PriorId Gets or sets the prior ID of the transaction that was reversed.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.