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 | |
---|---|---|
TransactionsReverseRequest() () () () | Initializes a new instance of the TransactionsReverseRequest class that has default values. | |
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 | |
---|---|---|
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 | |
---|---|---|
International | The cultural settings. | |
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.