Compartir a través de


Clase EntityStagingLoadResponse

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 response message contract.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.EntityStagingLoadResponse

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

Sintaxis

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

El tipo EntityStagingLoadResponse expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público EntityStagingLoadResponse() Infraestructura. Initializes a new instance of the EntityStagingLoadResponse class.
Método público EntityStagingLoadResponse(OperationResult, Collection<Identifier>) Infraestructura. Initializes a new instance of the EntityStagingLoadResponse class with the specified operation result and staging batches.

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 OperationResult Infraestructura. Specifies the operation result.
Campo público StagingBatches Infraestructura. Specifies a list of entity staging batches to be loaded.

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