Condividi tramite


Classe EntityStagingLoadResponse

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents the entity staging load members response message contract.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.EntityStagingLoadResponse

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

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

Nel tipo EntityStagingLoadResponse sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico EntityStagingLoadResponse() Infrastruttura. Initializes a new instance of the EntityStagingLoadResponse class.
Metodo pubblico EntityStagingLoadResponse(OperationResult, Collection<Identifier>) Infrastruttura. Initializes a new instance of the EntityStagingLoadResponse class with the specified operation result and staging batches.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Campi

  Nome Descrizione
Campo pubblico OperationResult Infrastruttura. Specifies the operation result.
Campo pubblico StagingBatches Infrastruttura. Specifies a list of entity staging batches to be loaded.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices