EntityStagingLoadRequest Class

Definition

Represents the entity staging load members request message contract.

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
Inheritance
EntityStagingLoadRequest
Attributes

Constructors

EntityStagingLoadRequest()

Initializes a new instance of the EntityStagingLoadRequest class.

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

Initializes a new instance of the EntityStagingLoadRequest class.

Fields

BatchTag

Specifies the batch tag to identify the staging batch.

ImportType

Specifies the import type being staged.

International

Specifies the cultural setting.

ModelMembers

Specifies the model members to load.

QueueForProcessing

Indicates if the staging batches created during this load should be set queued to be process.

Applies to