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。
実装
- 属性