次の方法で共有


StagingProcessResponse クラス

定義

ステージング処理応答の詳細を保持します。

public ref class StagingProcessResponse
[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="StagingProcessResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingProcessResponse
[<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="StagingProcessResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingProcessResponse = class
Public Class StagingProcessResponse
継承
StagingProcessResponse
属性

コンストラクター

StagingProcessResponse()

StagingProcessResponse クラスの既定値を持つ新しいインスタンスを初期化します。

StagingProcessResponse(StagingBatch, OperationResult)

指定されたバッチ ID と操作結果を持つ StagingProcessResponse クラスの新しいインスタンスを初期化します。

フィールド

BatchId

以前にバッチ化されなかったレコードのバッチ ID。

OperationResult

追跡およびログ記録の一意の ID を含む操作結果。

適用対象