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が含まれます。

適用対象