Classe TransactionsReverseResponse
Retrieves an operation result and an array that contains the reversed transactions.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.TransactionsReverseResponse
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<MessageContractAttribute(WrapperName := "TransactionsReverseResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class TransactionsReverseResponse
'Utilisation
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
Le type TransactionsReverseResponse expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
OperationResult | The operation result, including a unique ID for tracking and logging. | |
TransactionsReversed | The list of reversed transactions. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.