TransactionsReverseResponse Klasse

Definition

Ruft ein Vorgangsergebnis und ein Array ab, das die umgekehrten Transaktionen enthält.

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
Vererbung
TransactionsReverseResponse
Attribute

Konstruktoren

TransactionsReverseResponse()

Initialisiert eine neue Instanz der TransactionsReverseResponse-Klasse, die Standardwerte aufweist.

TransactionsReverseResponse(OperationResult, Collection<ReplacementId>)

Initialisiert eine neue Instanz der TransactionsReverseResponse-Klasse, die das angegebene Vorgangsergebnis und eine Liste der umgekehrten Transaktionen aufweist.

Felder

OperationResult

Das Vorgangsergebnis, einschließlich einer eindeutigen ID zur Nachverfolgung und Protokollierung.

TransactionsReversed

Die Liste der umgekehrten Transaktionen.

Gilt für: