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

指定要加载的实体临时批处理的列表。

适用于