ValidationProcessResponse クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
検証プロセスから応答値を保留します。
public ref class ValidationProcessResponse
[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="ValidationProcessResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationProcessResponse
[<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="ValidationProcessResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationProcessResponse = class
Public Class ValidationProcessResponse
- 継承
-
ValidationProcessResponse
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| ValidationProcessResponse() |
デフォルト値を持つ ValidationProcessResponse クラスの新しいインスタンスを初期化します。 |
| ValidationProcessResponse(OperationResult, Collection<ValidationIssue>, ValidationProcessResult) |
指定された操作結果、検証イシューリスト、検証プロセス結果を持つ ValidationProcessResponse クラスの新しいインスタンスを初期化します。 |
フィールド
| 名前 | 説明 |
|---|---|
| OperationResult |
この操作結果には、追跡と記録のための一意IDが含まれます。 |
| ValidationIssueList |
検証の問題リスト。 |
| ValidationProcessResult |
検証プロセスの結果です。 |