IService.TransactionsReverse(TransactionsReverseRequest) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Reverte uma ou mais transações existentes.
public:
Microsoft::MasterDataServices::TransactionsReverseResponse ^ TransactionsReverse(Microsoft::MasterDataServices::TransactionsReverseRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverseEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverse", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverseResponse")]
public Microsoft.MasterDataServices.TransactionsReverseResponse TransactionsReverse (Microsoft.MasterDataServices.TransactionsReverseRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverseEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverse", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverseResponse")>]
abstract member TransactionsReverse : Microsoft.MasterDataServices.TransactionsReverseRequest -> Microsoft.MasterDataServices.TransactionsReverseResponse
Public Function TransactionsReverse (request As TransactionsReverseRequest) As TransactionsReverseResponse
Parâmetros
- request
- TransactionsReverseRequest
Solicitação de reversão.
Retornos
Uma nova instância do tipo TransactionsReverseResponse.
- Atributos