Compartilhar via


Classe StagingGetResponse

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

Hierarquia de herança

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

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<MessageContractAttribute(WrapperName := "StagingGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class StagingGetResponse
'Uso
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

O tipo StagingGetResponse expõe os membros a seguir.

Construtores

  Nome Descrição
Método público StagingGetResponse() () () () Initializes a new instance of the StagingGetResponse class that has default values.
Método público 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ício

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Campos

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

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência