다음을 통해 공유


ServiceClient.IService.EntityStagingLoad(EntityStagingLoadRequest) 메서드

정의

엔터티 준비 영역의 내용을 로드합니다.

 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

매개 변수

request
EntityStagingLoadRequest

로드 요청입니다.

반환

작업의 EntityStagingLoadResponse입니다.

구현

특성

적용 대상