ServiceClient.IService.ValidationProcess(ValidationProcessRequest) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
モデル内で選択されたメンバーの検証(ビジネスルール)を処理します。
virtual Microsoft::MasterDataServices::ValidationProcessResponse ^ Microsoft.MasterDataServices.IService.ValidationProcess(Microsoft::MasterDataServices::ValidationProcessRequest ^ request) = Microsoft::MasterDataServices::IService::ValidationProcess;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.ValidationProcessResponse IService.ValidationProcess(Microsoft.MasterDataServices.ValidationProcessRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.ValidationProcess : Microsoft.MasterDataServices.ValidationProcessRequest -> Microsoft.MasterDataServices.ValidationProcessResponse
override this.Microsoft.MasterDataServices.IService.ValidationProcess : Microsoft.MasterDataServices.ValidationProcessRequest -> Microsoft.MasterDataServices.ValidationProcessResponse
Function ValidationProcess (request As ValidationProcessRequest) As ValidationProcessResponse Implements IService.ValidationProcess
パラメーター
- request
- ValidationProcessRequest
手続きの依頼です。
返品
操作の ValidationProcessResponse 。
実装
- 属性