Condividi tramite


EntityStagingGetResponse Costruttori

Definizione

Inizializza una nuova istanza della classe EntityStagingGetResponse.

Overload

EntityStagingGetResponse()

Inizializza una nuova istanza della classe EntityStagingGetResponse.

EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult)

Inizializza una nuova istanza della classe EntityStagingGetResponse con il conteggio di batch, i batch e il risultato dell'operazione specificati.

EntityStagingGetResponse()

Inizializza una nuova istanza della classe EntityStagingGetResponse.

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

Si applica a

EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult)

Inizializza una nuova istanza della classe EntityStagingGetResponse con il conteggio di batch, i batch e il risultato dell'operazione specificati.

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)

Parametri

BatchCount
Int32

Numero totale di batch.

Batches
Collection<EntityStagingBatch>

Elenco di batch di gestione temporanea dell'entità.

OperationResult
OperationResult

Risultato dell'operazione.

Si applica a