Classe TransactionsReverseResponse
Retrieves an operation result and an array that contains the reversed transactions.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.TransactionsReverseResponse
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<MessageContractAttribute(WrapperName := "TransactionsReverseResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class TransactionsReverseResponse
'Uso
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
O tipo TransactionsReverseResponse expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
OperationResult | The operation result, including a unique ID for tracking and logging. | |
TransactionsReversed | The list of reversed transactions. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.