IService.TransactionsReverse(TransactionsReverseRequest) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Inverte una o più transazioni esistenti.
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
Parametri
- request
- TransactionsReverseRequest
Richiesta di inversione.
Restituisce
Nuova istanza del tipo TransactionsReverseResponse.
- Attributi