Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the TransactionsReverseRequest class that has the specified cultural settings and a list of transactions to reverse.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International, _
Transactions As Collection(Of Integer) _
)
'Usage
Dim International As International
Dim Transactions As Collection(Of Integer)
Dim instance As New TransactionsReverseRequest(International, _
Transactions)
public TransactionsReverseRequest(
International International,
Collection<int> Transactions
)
public:
TransactionsReverseRequest(
International^ International,
Collection<int>^ Transactions
)
new :
International:International *
Transactions:Collection<int> -> TransactionsReverseRequest
public function TransactionsReverseRequest(
International : International,
Transactions : Collection<int>
)
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- Transactions
Type: System.Collections.ObjectModel.Collection<Int32>
The list of transactions to reverse.
See Also
Reference
TransactionsReverseRequest Class