TransactionsReverseRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the transactions, by ID, to reverse.
public ref class TransactionsReverseRequest
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="TransactionsReverseRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class TransactionsReverseRequest
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="TransactionsReverseRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type TransactionsReverseRequest = class
Public Class TransactionsReverseRequest
- Inheritance
-
TransactionsReverseRequest
- Attributes
Constructors
TransactionsReverseRequest() |
Initializes a new instance of the TransactionsReverseRequest class that has default values. |
TransactionsReverseRequest(International, Collection<Int32>) |
Initializes a new instance of the TransactionsReverseRequest class that has the specified cultural settings and a list of transactions to reverse. |
Fields
International |
The cultural settings. |
Transactions |
The list of transactions to reverse. |