语言

StagingGetResponse 类

定义

表示包含操作结果的响应和包含预备批处理信息的数组。

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

构造函数

名称 说明
StagingGetResponse()

初始化一个具有默认值的 StagingGetResponse 类的新实例。

StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>)

初始化一个新的类实例 StagingGetResponse ,包含指定的批处理列表、操作结果和未批处理的信息。

字段

名称 说明
Batches

待退回批次列表。

OperationResult

操作结果包括用于跟踪和记录的唯一ID。

UnbatchedInformation

关于分阶段系统中与批处理关联的记录的摘要信息。

适用于