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를 가져오거나 설정합니다.

적용 대상