ServiceClient.IService.StagingClear(StagingClearRequest) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
清除大容量临时区域。
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。
实现
- 属性