Constructeur 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.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
International As International, _
Transactions As Collection(Of Integer) _
)
'Utilisation
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>
)
Paramètres
- International
Type : Microsoft.MasterDataServices.International
The cultural settings.
- Transactions
Type : System.Collections.ObjectModel.Collection<Int32>
The list of transactions to reverse.
Voir aussi
Référence
TransactionsReverseRequest Classe