ServiceClient.IService.ValidationGet(ValidationGetRequest) メソッド

定義

与えられた基準に対する検証の問題を解決します。

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

パラメーター

request
ValidationGetRequest

検証リクエスト。

返品

検証getリクエストの応答を保持する ValidationGetResponse オブジェクトです。

実装

属性

適用対象