Condividi tramite


Classe TransactionsReverseRequest

Specifies the transactions, by ID, to reverse.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<MessageContractAttribute(WrapperName := "TransactionsReverseRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class TransactionsReverseRequest
'Utilizzo
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

Nel tipo TransactionsReverseRequest sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico TransactionsReverseRequest() () () () Initializes a new instance of the TransactionsReverseRequest class that has default values.
Metodo pubblico 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 alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Campi

  Nome Descrizione
Campo pubblico International The cultural settings.
Campo pubblico Transactions The list of transactions to reverse.

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.