Метод 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