EntityStagingLoadRequest 类

定义

表示实体临时加载成员请求消息约定。

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

构造函数

EntityStagingLoadRequest()

初始化 EntityStagingLoadRequest 类的新实例。

EntityStagingLoadRequest(International, String, EntityStagingImportType, Collection<EntityMembers>, Boolean)

初始化 EntityStagingLoadRequest 类的新实例。

字段

BatchTag

指定用于标识临时批处理的批处理标记。

ImportType

指定要暂存的导入类型。

International

指定区域性设置。

ModelMembers

指定要加载的模型成员。

QueueForProcessing

标识在此加载过程中创建的临时批处理是否应设置为排队等待处理。

适用于