TransactionsReverseRequest 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 TransactionsReverseRequest 类的新实例。
重载
TransactionsReverseRequest() |
初始化具有默认值的 TransactionsReverseRequest 类的新实例。 |
TransactionsReverseRequest(International, Collection<Int32>) |
初始化具有指定的区域性设置和待撤消事务列表的 TransactionsReverseRequest 类的新实例。 |
TransactionsReverseRequest()
初始化具有默认值的 TransactionsReverseRequest 类的新实例。
public:
TransactionsReverseRequest();
public TransactionsReverseRequest ();
Public Sub New ()
适用于
TransactionsReverseRequest(International, Collection<Int32>)
初始化具有指定的区域性设置和待撤消事务列表的 TransactionsReverseRequest 类的新实例。
public:
TransactionsReverseRequest(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<int> ^ Transactions);
public TransactionsReverseRequest (Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<int> Transactions);
new Microsoft.MasterDataServices.TransactionsReverseRequest : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<int> -> Microsoft.MasterDataServices.TransactionsReverseRequest
Public Sub New (International As International, Transactions As Collection(Of Integer))
参数
- International
- International
区域性设置。
- Transactions
- Collection<Int32>
要撤消的事务的列表。