Idioma

StagingGetResponse Construtores

Definição

Inicializa uma nova instância da classe StagingGetResponse.

Sobrecargas

Nome Description
StagingGetResponse()

Inicializa uma nova instância da StagingGetResponse classe que possui valores padrão.

StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>)

Inicializa uma nova instância da StagingGetResponse classe com a lista de lote especificada, resultado da operação e informações não lotadas.

StagingGetResponse()

Inicializa uma nova instância da StagingGetResponse classe que possui valores padrão.

public:
 StagingGetResponse();
public StagingGetResponse();
Public Sub New ()

Aplica-se a

StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>)

Inicializa uma nova instância da StagingGetResponse classe com a lista de lote especificada, resultado da operação e informações não lotadas.

public:
 StagingGetResponse(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::StagingBatch ^> ^ Batches, Microsoft::MasterDataServices::OperationResult ^ OperationResult, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::StagingUnbatchedInformation ^> ^ UnbatchedInformation);
public StagingGetResponse(System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingBatch> Batches, Microsoft.MasterDataServices.OperationResult OperationResult, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingUnbatchedInformation> UnbatchedInformation);
new Microsoft.MasterDataServices.StagingGetResponse : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingBatch> * Microsoft.MasterDataServices.OperationResult * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingUnbatchedInformation> -> Microsoft.MasterDataServices.StagingGetResponse
Public Sub New (Batches As Collection(Of StagingBatch), OperationResult As OperationResult, UnbatchedInformation As Collection(Of StagingUnbatchedInformation))

Parâmetros

Batches
Collection<StagingBatch>

Lista de lotes a serem devolvidos.

OperationResult
OperationResult

O resultado da operação inclui um ID único para rastreamento e registro.

UnbatchedInformation
Collection<StagingUnbatchedInformation>

Informações resumidas sobre registros no sistema de staging que não estão associados a um lote.

Aplica-se a