ServiceClient.IService.StagingClear(StagingClearRequest) 方法

定义

清除大容量临时区域。

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

参数

request
StagingClearRequest

清除请求。

返回

针对操作的 StagingClearResponse

实现

属性

适用于