IService.ValidationGet(ValidationGetRequest) 方法

定义

从模型检索筛选的验证结果。

public:
 Microsoft::MasterDataServices::Services::MessageContracts::ValidationGetResponse ^ ValidationGet(Microsoft::MasterDataServices::Services::MessageContracts::ValidationGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.ValidationGetResponse ValidationGet (Microsoft.MasterDataServices.Services.MessageContracts.ValidationGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member ValidationGet : Microsoft.MasterDataServices.Services.MessageContracts.ValidationGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.ValidationGetResponse
Public Function ValidationGet (request As ValidationGetRequest) As ValidationGetResponse

参数

request
ValidationGetRequest

请求。

返回

属性

注解

ValidationGet(ValidationGetRequest) 操作使用指定的条件检索整个模型版本的成员或所选成员的验证问题。

适用于