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