ServiceClient.IService.EntityStagingLoad(EntityStagingLoadRequest) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Carica il contenuto dell'area di gestione temporanea entità.
virtual Microsoft::MasterDataServices::EntityStagingLoadResponse ^ Microsoft.MasterDataServices.IService.EntityStagingLoad(Microsoft::MasterDataServices::EntityStagingLoadRequest ^ request) = Microsoft::MasterDataServices::IService::EntityStagingLoad;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.EntityStagingLoadResponse IService.EntityStagingLoad (Microsoft.MasterDataServices.EntityStagingLoadRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.EntityStagingLoad : Microsoft.MasterDataServices.EntityStagingLoadRequest -> Microsoft.MasterDataServices.EntityStagingLoadResponse
override this.Microsoft.MasterDataServices.IService.EntityStagingLoad : Microsoft.MasterDataServices.EntityStagingLoadRequest -> Microsoft.MasterDataServices.EntityStagingLoadResponse
Function EntityStagingLoad (request As EntityStagingLoadRequest) As EntityStagingLoadResponse Implements IService.EntityStagingLoad
Parametri
- request
- EntityStagingLoadRequest
Richiesta di caricamento.
Restituisce
Oggetto EntityStagingLoadResponse per l'operazione.
Implementazioni
- Attributi