Compartir a través de


Clase EntityStagingLoadRequest

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents the entity staging load members request message contract.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.EntityStagingLoadRequest

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<MessageContractAttribute(WrapperName := "EntityStagingLoadRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class EntityStagingLoadRequest
'Uso
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

El tipo EntityStagingLoadRequest expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público EntityStagingLoadRequest() Infraestructura. Initializes a new instance of the EntityStagingLoadRequest class.
Método público EntityStagingLoadRequest(International, String, EntityStagingImportType, Collection<EntityMembers>, Boolean) Infraestructura. Initializes a new instance of the EntityStagingLoadRequest class.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Campos

  Nombre Descripción
Campo público BatchTag Infraestructura. Specifies the batch tag to identify the staging batch.
Campo público ImportType Infraestructura. Specifies the import type being staged.
Campo público International Infraestructura. Specifies the cultural setting.
Campo público ModelMembers Infraestructura. Specifies the model members to load.
Campo público QueueForProcessing Infraestructura. Indicates if the staging batches created during this load should be set queued to be process.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices