EntityStagingProcessRequest 类

定义

表示实体临时处理请求。

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

构造函数

EntityStagingProcessRequest()

初始化 EntityStagingProcessRequest 类的新实例。

EntityStagingProcessRequest(International, String, Identifier, MemberType, Identifier)

使用指定的国际化设置、批处理标记、实体 ID、成员类型和版本 ID 初始化 EntityStagingProcessRequest 类的新实例。

字段

BatchTag

标识进程请求适用于的批处理。

EntityId

标识进程请求适用于的实体。

International

文化环境。

MemberType

标识进程请求适用于的成员类型。

VersionId

与版本 ID 相关联的批处理。

适用于