EntityStagingLoadResponse 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示实体暂存负载成员响应消息协定。
public ref class EntityStagingLoadResponse
[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="EntityStagingLoadResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityStagingLoadResponse
[<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="EntityStagingLoadResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityStagingLoadResponse = class
Public Class EntityStagingLoadResponse
- 继承
-
EntityStagingLoadResponse
- 属性
构造函数
EntityStagingLoadResponse() |
初始化 EntityStagingLoadResponse 类的新实例。 |
EntityStagingLoadResponse(OperationResult, Collection<Identifier>) |
使用指定的操作结果和临时批处理初始化 EntityStagingLoadResponse 类的新实例。 |
字段
OperationResult |
指定操作结果。 |
StagingBatches |
指定要加载的实体临时批处理的列表。 |