ServiceClient.IService.EntityStagingClear(EntityStagingClearRequest) 메서드

정의

엔터티 준비 영역을 지웁니다.

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

매개 변수

request
EntityStagingClearRequest

지우기 요청입니다.

반환

작업의 EntityStagingClearResponse입니다.

구현

특성

적용 대상