Share via


EntityStagingLoadRequest Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents the entity staging load members request message contract.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.EntityStagingLoadRequest

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<MessageContractAttribute(WrapperName := "EntityStagingLoadRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class EntityStagingLoadRequest
'Usage
Dim instance As EntityStagingLoadRequest
[MessageContractAttribute(WrapperName = "EntityStagingLoadRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class EntityStagingLoadRequest
[MessageContractAttribute(WrapperName = L"EntityStagingLoadRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class EntityStagingLoadRequest
[<MessageContractAttribute(WrapperName = "EntityStagingLoadRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type EntityStagingLoadRequest =  class end
public class EntityStagingLoadRequest

The EntityStagingLoadRequest type exposes the following members.

Constructors

  Name Description
Public method EntityStagingLoadRequest() Infrastructure. Initializes a new instance of the EntityStagingLoadRequest class.
Public method EntityStagingLoadRequest(International, String, EntityStagingImportType, Collection<EntityMembers>, Boolean) Infrastructure. Initializes a new instance of the EntityStagingLoadRequest class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public field BatchTag Infrastructure. Specifies the batch tag to identify the staging batch.
Public field ImportType Infrastructure. Specifies the import type being staged.
Public field International Infrastructure. Specifies the cultural setting.
Public field ModelMembers Infrastructure. Specifies the model members to load.
Public field QueueForProcessing Infrastructure. Indicates if the staging batches created during this load should be set queued to be process.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.MasterDataServices Namespace