StagingGetResponse Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Inicializa una nueva instancia de la clase StagingGetResponse.
Sobrecargas
| Nombre | Description |
|---|---|
| StagingGetResponse() |
Inicializa una nueva instancia de la StagingGetResponse clase que tiene valores por defecto. |
| StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>) |
Inicializa una nueva instancia de la StagingGetResponse clase con la lista por lotes especificada, resultado de la operación e información no loteada. |
StagingGetResponse()
Inicializa una nueva instancia de la StagingGetResponse clase que tiene valores por defecto.
public:
StagingGetResponse();
public StagingGetResponse();
Public Sub New ()
Se aplica a
StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>)
Inicializa una nueva instancia de la StagingGetResponse clase con la lista por lotes especificada, resultado de la operación e información no loteada.
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 que deben devolver.
- OperationResult
- OperationResult
El resultado de la operación incluía un ID único para el seguimiento y registro.
- UnbatchedInformation
- Collection<StagingUnbatchedInformation>
Información resumida sobre los registros en el sistema de staging que no están asociados a un lote.