Condividi tramite


Classe EntityStagingGetResponse

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

Represents the entity staging get return object.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
    Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingGetResponse

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

Sintassi

'Dichiarazione
<MessageContractAttribute> _
Public Class EntityStagingGetResponse _
    Inherits MessageResponse
'Utilizzo
Dim instance As EntityStagingGetResponse
[MessageContractAttribute]
public class EntityStagingGetResponse : MessageResponse
[MessageContractAttribute]
public ref class EntityStagingGetResponse : public MessageResponse
[<MessageContractAttribute>]
type EntityStagingGetResponse =  
    class 
        inherit MessageResponse 
    end
public class EntityStagingGetResponse extends MessageResponse

Nel tipo EntityStagingGetResponse sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico EntityStagingGetResponse Infrastruttura. Initializes a new instance of the EntityStagingGetResponse class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica BatchCount Infrastruttura. Gets or sets the total number of batches (unrelated to staging state).
Proprietà pubblica Batches Infrastruttura. Gets or sets a list of entity staging batches to be returned.
Proprietà pubblica OperationResult Gets or sets the result of an operation. Ereditato da MessageResponse.

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

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.Services.MessageContracts