StagingGetResponse Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe StagingGetResponse.
Sobrecargas
StagingGetResponse() |
Inicializa uma nova instância da classe StagingGetResponse que tem valores padrão. |
StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>) |
Inicializa uma nova instância da classe StagingGetResponse com a lista de lotes, o resultado da operação e informações não em lote especificados. |
StagingGetResponse()
Inicializa uma nova instância da classe StagingGetResponse que tem 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 classe StagingGetResponse com a lista de lotes, o resultado da operação e informações não em lote especificados.
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 retornados.
- OperationResult
- OperationResult
O resultado da operação, incluindo uma ID exclusiva para acompanhamento e log.
- UnbatchedInformation
- Collection<StagingUnbatchedInformation>
Informações resumidas sobre registros no sistema de preparo que não estão associadas a um lote.