共用方式為


Service.AnnotationsDelete 方法

Deletes an existing annotation.

命名空間:  Microsoft.MasterDataServices.Services
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)

語法

'宣告
Public Function AnnotationsDelete ( _
    request As AnnotationsDeleteRequest _
) As AnnotationsDeleteResponse
'用途
Dim instance As Service 
Dim request As AnnotationsDeleteRequest 
Dim returnValue As AnnotationsDeleteResponse 

returnValue = instance.AnnotationsDelete(request)
public AnnotationsDeleteResponse AnnotationsDelete(
    AnnotationsDeleteRequest request
)
public:
virtual AnnotationsDeleteResponse^ AnnotationsDelete(
    AnnotationsDeleteRequest^ request
) sealed
abstract AnnotationsDelete : 
        request:AnnotationsDeleteRequest -> AnnotationsDeleteResponse  
override AnnotationsDelete : 
        request:AnnotationsDeleteRequest -> AnnotationsDeleteResponse
public final function AnnotationsDelete(
    request : AnnotationsDeleteRequest
) : AnnotationsDeleteResponse

參數

傳回值

型別:Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsDeleteResponse
The AnnotationsDeleteResponse for the operation.

實作

IService.AnnotationsDelete(AnnotationsDeleteRequest)

請參閱

參考

Service 類別

Microsoft.MasterDataServices.Services 命名空間