EntityStagingGetResponse 类

定义

表示实体暂存获取返回对象。

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

构造函数

EntityStagingGetResponse()

初始化 EntityStagingGetResponse 类的新实例。

EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult)

使用指定的批处理计数、批处理和操作结果初始化 EntityStagingGetResponse 类的新实例。

字段

BatchCount

指定批处理的总数。

Batches

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

OperationResult

指定操作结果。

适用于