TransactionsReverseResponse 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.
Retrieves an operation result and an array that contains the reversed transactions.
public ref class TransactionsReverseResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="TransactionsReverseResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class TransactionsReverseResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="TransactionsReverseResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type TransactionsReverseResponse = class
Public Class TransactionsReverseResponse
- Inheritance
-
TransactionsReverseResponse
- Attributes
Constructors
TransactionsReverseResponse() |
Initializes a new instance of the TransactionsReverseResponse class that has default values. |
TransactionsReverseResponse(OperationResult, Collection<ReplacementId>) |
Initializes a new instance of the TransactionsReverseResponse class that has the specified operation result and list of reversed transactions. |
Fields
OperationResult |
The operation result, including a unique ID for tracking and logging. |
TransactionsReversed |
The list of reversed transactions. |