ServiceClient.IService.ValidationGet(ValidationGetRequest) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取给定条件的验证问题。
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
验证获取请求。
返回
保留对验证获取请求的响应的 ValidationGetResponse 对象。
实现
- 属性