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

指定要載入之實體暫存批次的清單。

適用於