Compartir a través de


ServiceClient.IService.EntityStagingGet(EntityStagingGetRequest) Método

Definición

Recupera el contenido del área de ensayo de entidad.

 virtual Microsoft::MasterDataServices::EntityStagingGetResponse ^ Microsoft.MasterDataServices.IService.EntityStagingGet(Microsoft::MasterDataServices::EntityStagingGetRequest ^ request) = Microsoft::MasterDataServices::IService::EntityStagingGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.EntityStagingGetResponse IService.EntityStagingGet (Microsoft.MasterDataServices.EntityStagingGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.EntityStagingGet : Microsoft.MasterDataServices.EntityStagingGetRequest -> Microsoft.MasterDataServices.EntityStagingGetResponse
override this.Microsoft.MasterDataServices.IService.EntityStagingGet : Microsoft.MasterDataServices.EntityStagingGetRequest -> Microsoft.MasterDataServices.EntityStagingGetResponse
Function EntityStagingGet (request As EntityStagingGetRequest) As EntityStagingGetResponse Implements IService.EntityStagingGet

Parámetros

request
EntityStagingGetRequest

La solicitud de obtención.

Devoluciones

El objeto EntityStagingGetResponse de la operación.

Implementaciones

Atributos

Se aplica a