EntityStagingProcessResponse 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示实体临时进程成员响应消息约定。
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 |
指定操作结果。 |