ReplacementId Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An individual transaction that was replaced during the transaction reverse operation, including prior and new identifiers.
public ref class ReplacementId : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="ReplacementId", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ReplacementId : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<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
- Inheritance
- Attributes
Remarks
The ReplacementId specifies an individual transaction that was replaced during the transaction reverse operation, including prior and new identifiers.
Constructors
ReplacementId() |
Initializes a new instance of the ReplacementId class. |
Properties
NewId |
Specifies the new identifier. |
PriorId |
Specifies the prior identifier. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |