StagingProcessResponse 类

定义

保留临时过程响应的详细信息。

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

构造函数

StagingProcessResponse()

初始化具有默认值的 StagingProcessResponse 类的新实例。

StagingProcessResponse(StagingBatch, OperationResult)

初始化具有指定的批处理 ID 和操作结果的 StagingProcessResponse 类的新实例。

字段

BatchId

以前取消批处理的记录的批处理 ID。

OperationResult

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

适用于