ServiceClient.IService.AnnotationsDelete メソッド

既存の注釈を削除します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
Private Function AnnotationsDelete ( _
    request As AnnotationsDeleteRequest _
) As AnnotationsDeleteResponse Implements IService.AnnotationsDelete
'使用
Dim instance As ServiceClient
Dim request As AnnotationsDeleteRequest
Dim returnValue As AnnotationsDeleteResponse

returnValue = CType(instance, IService).AnnotationsDelete(request)
AnnotationsDeleteResponseIService.AnnotationsDelete(
    AnnotationsDeleteRequest request
)
private:
virtual AnnotationsDeleteResponse^ AnnotationsDelete(
    AnnotationsDeleteRequest^ request
) sealed = IService::AnnotationsDelete
private abstract AnnotationsDelete : 
        request:AnnotationsDeleteRequest -> AnnotationsDeleteResponse 
private override AnnotationsDelete : 
        request:AnnotationsDeleteRequest -> AnnotationsDeleteResponse
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

戻り値

型: Microsoft.MasterDataServices.AnnotationsDeleteResponse
操作の AnnotationsDeleteResponse

実装

IService.AnnotationsDelete(AnnotationsDeleteRequest)

関連項目

参照

ServiceClient クラス

Microsoft.MasterDataServices 名前空間