Classe TransactionsReverseResponse
Retrieves an operation result and an array that contains the reversed transactions.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices..::..TransactionsReverseResponse
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<MessageContractAttribute(WrapperName := "TransactionsReverseResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class TransactionsReverseResponse
'Utilizzo
Dim instance As TransactionsReverseResponse
[MessageContractAttribute(WrapperName = "TransactionsReverseResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class TransactionsReverseResponse
[MessageContractAttribute(WrapperName = L"TransactionsReverseResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class TransactionsReverseResponse
[<MessageContractAttribute(WrapperName = "TransactionsReverseResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type TransactionsReverseResponse = class end
public class TransactionsReverseResponse
Nel tipo TransactionsReverseResponse sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
TransactionsReverseResponse() () () () | Initializes a new instance of the TransactionsReverseResponse class that has default values. |
![]() |
TransactionsReverseResponse(OperationResult, Collection< (Of < <' (ReplacementId> ) > > )) | Initializes a new instance of the TransactionsReverseResponse class that has the specified operation result and list of reversed transactions. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
![]() |
OperationResult | The operation result, including a unique ID for tracking and logging. |
![]() |
TransactionsReversed | The list of reversed transactions. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.