ValidationGetResponse クラス

定義

検証getリクエストの応答値を保持します。

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

修正すべき問題のリスト。

適用対象