ServiceClient.IService.AnnotationsDelete(AnnotationsDeleteRequest) 方法

定义

删除现有批注。

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

参数

request
AnnotationsDeleteRequest

删除请求。

返回

针对操作的 AnnotationsDeleteResponse

实现

属性

适用于