EntityStagingProcessResponse 类

定义

表示实体临时进程成员响应消息约定。

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

构造函数

EntityStagingProcessResponse()

初始化 EntityStagingProcessResponse 类的新实例。

EntityStagingProcessResponse(Int32, OperationResult)

使用指定的批处理 ID 和操作结果初始化 EntityStagingProcessResponse 类的新实例。

字段

BatchId

指定为批处理提供的结果批处理 ID。

OperationResult

指定操作结果。

适用于