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 | |
---|---|---|
StagingGetResponse() () () () | Initializes a new instance of the StagingGetResponse class that has default values. | |
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 | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
Batches | List of batches to be returned. | |
OperationResult | The operation result, including a unique ID for tracking and logging. | |
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.