Idioma

EntityStagingGetResponse Construtores

Definição

Inicializa uma nova instância da classe EntityStagingGetResponse.

Sobrecargas

Nome Description
EntityStagingGetResponse()

Inicializa uma nova instância da classe EntityStagingGetResponse.

EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult)

Inicializa uma nova instância da EntityStagingGetResponse classe com a contagem de lotes, lotes e resultado de operação especificados.

EntityStagingGetResponse()

Inicializa uma nova instância da classe EntityStagingGetResponse.

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

Aplica-se a

EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult)

Inicializa uma nova instância da EntityStagingGetResponse classe com a contagem de lotes, lotes e resultado de operação especificados.

public:
 EntityStagingGetResponse(int BatchCount, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::EntityStagingBatch ^> ^ Batches, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public EntityStagingGetResponse(int BatchCount, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityStagingBatch> Batches, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.EntityStagingGetResponse : int * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityStagingBatch> * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.EntityStagingGetResponse
Public Sub New (BatchCount As Integer, Batches As Collection(Of EntityStagingBatch), OperationResult As OperationResult)

Parâmetros

BatchCount
Int32

O número total de lotes.

Batches
Collection<EntityStagingBatch>

A lista de lotes de entidades que estão a escalonar.

OperationResult
OperationResult

O resultado da operação.

Aplica-se a