ValidationGetResponse 类

定义

保留验证获取请求的响应值。

public ref class ValidationGetResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="ValidationGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationGetResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="ValidationGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationGetResponse = class
Public Class ValidationGetResponse
继承
ValidationGetResponse
属性

构造函数

ValidationGetResponse()

初始化具有默认值的 ValidationGetResponse 类的新实例。

ValidationGetResponse(Boolean, OperationResult, Collection<ValidationSummaryItem>, Int32, Collection<ValidationIssue>)

使用指定的属性初始化 类的新实例 ValidationGetResponse

字段

IsRunning

如果为 true,则向用户通知正在针对这些特定条件运行验证。

OperationResult

操作结果,包括用于跟踪和日志记录的唯一 ID。

SummaryItems

每个验证状态的摘要信息。 每个状态的计数。

TotalIssueCount

获取或设置验证问题的总数。

ValidationIssueList

需要更正的问题列表。

适用于