Condividi tramite


Classe StagingGetResponse

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

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices..::..StagingGetResponse

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

Sintassi

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

Nel tipo StagingGetResponse sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico StagingGetResponse() () () () Initializes a new instance of the StagingGetResponse class that has default values.
Metodo pubblico StagingGetResponse(Collection< (Of < <' (StagingBatch> ) > > ), OperationResult, Collection< (Of < <' (StagingUnbatchedInformation> ) > > )) Initializes a new instance of the StagingGetResponse class with the specified batch list, operation result, and unbatched 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

Campi

  Nome Descrizione
Campo pubblico Batches List of batches to be returned.
Campo pubblico OperationResult The operation result, including a unique ID for tracking and logging.
Campo pubblico UnbatchedInformation Summary information about records in the staging system that are not associated with a batch.

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.