ServiceClient.IService.EntityStagingLoad(EntityStagingLoadRequest) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Charge le contenu de la zone de transit d'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
Paramètres
- request
- EntityStagingLoadRequest
Demande de chargement.
Retours
EntityStagingLoadResponse pour l'opération.
Implémente
- Attributs