EntityStagingProcessResponse クラス

定義

エンティティ ステージング処理のメンバー応答のメッセージ コントラクトを表します。

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

コンストラクター

EntityStagingProcessResponse()

EntityStagingProcessResponse クラスの新しいインスタンスを初期化します。

EntityStagingProcessResponse(Int32, OperationResult)

指定したバッチ ID と操作結果がある EntityStagingProcessResponse クラスの新しいインスタンスを初期化します。

フィールド

BatchId

バッチに提供される結果のバッチ ID を指定します。

OperationResult

操作結果を指定します。

適用対象