Compartilhar via


Classe TransactionsReverseRequest

Specifies the transactions, by ID, to reverse.

Hierarquia de herança

System. . :: . .Object
  Microsoft.MasterDataServices..::..TransactionsReverseRequest

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<MessageContractAttribute(WrapperName := "TransactionsReverseRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class TransactionsReverseRequest
'Uso
Dim instance As TransactionsReverseRequest
[MessageContractAttribute(WrapperName = "TransactionsReverseRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class TransactionsReverseRequest
[MessageContractAttribute(WrapperName = L"TransactionsReverseRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class TransactionsReverseRequest
[<MessageContractAttribute(WrapperName = "TransactionsReverseRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type TransactionsReverseRequest =  class end
public class TransactionsReverseRequest

O tipo TransactionsReverseRequest expõe os membros a seguir.

Construtores

  Nome Descrição
Método público TransactionsReverseRequest() () () () Initializes a new instance of the TransactionsReverseRequest class that has default values.
Método público TransactionsReverseRequest(International, Collection< (Of < <' (Int32> ) > > )) Initializes a new instance of the TransactionsReverseRequest class that has the specified cultural settings and a list of transactions to reverse.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Campos

  Nome Descrição
Campo público International The cultural settings.
Campo público Transactions The list of transactions to reverse.

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.

Consulte também

Referência