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

有关临时系统中不与批处理关联的记录的摘要信息。

适用于