次の方法で共有


ServiceClient.IService.TransactionsGet(TransactionsGetRequest) メソッド

定義

モデルから、フィルター処理されたトランザクションの一覧を取得します。

 virtual Microsoft::MasterDataServices::TransactionsGetResponse ^ Microsoft.MasterDataServices.IService.TransactionsGet(Microsoft::MasterDataServices::TransactionsGetRequest ^ request) = Microsoft::MasterDataServices::IService::TransactionsGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.TransactionsGetResponse IService.TransactionsGet (Microsoft.MasterDataServices.TransactionsGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.TransactionsGet : Microsoft.MasterDataServices.TransactionsGetRequest -> Microsoft.MasterDataServices.TransactionsGetResponse
override this.Microsoft.MasterDataServices.IService.TransactionsGet : Microsoft.MasterDataServices.TransactionsGetRequest -> Microsoft.MasterDataServices.TransactionsGetResponse
Function TransactionsGet (request As TransactionsGetRequest) As TransactionsGetResponse Implements IService.TransactionsGet

パラメーター

request
TransactionsGetRequest

取得要求。

戻り値

操作の TransactionsGetResponse

実装

属性

適用対象