ReplacementId 类

定义

定义在操作过程中被替换的单个事务,包括以前和新的标识符。

public ref class ReplacementId : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="ReplacementId", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ReplacementId : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="ReplacementId", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ReplacementId = class
    inherit DataContractBase
Public Class ReplacementId
Inherits DataContractBase
继承
ReplacementId
属性

构造函数

ReplacementId()

初始化 ReplacementId 类的新实例。

属性

ExtensionData

获取或设置包含额外数据的结构。

(继承自 DataContractBase)
NewId

获取或设置已撤消的事务的新 ID。

PriorId

获取或设置已撤消的事务的先前 ID。

适用于