EntityStagingLoadResponse クラス

定義

エンティティのステージングロードメンバーの応答メッセージ契約を表します。

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

コンストラクター

名前 説明
EntityStagingLoadResponse()

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

EntityStagingLoadResponse(OperationResult, Collection<Identifier>)

指定された操作結果とステージングバッチで EntityStagingLoadResponse クラスの新しいインスタンスを初期化します。

フィールド

名前 説明
OperationResult

演算結果を指定します。

StagingBatches

ロードすべきエンティティステージングバッチのリストを指定します。

適用対象