Condividi tramite


Classe StagingGetResponse

Represents a response that contains an operation result and an ArrayOfStagingBatch instance that contains staging batch information.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageResponse
    Microsoft.MasterDataServices.Services.MessageContracts..::..StagingGetResponse

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

Sintassi

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

Nel tipo StagingGetResponse sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Batches Gets or sets an array of staging batches.
Proprietà pubblica OperationResult Gets or sets the result of an operation. Ereditato da MessageResponse.
Proprietà pubblica UnbatchedInformation Gets or sets an array of unbatched staging information.

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.