Метод 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
Параметры
- request
Тип: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .AnnotationsDeleteRequest
Delete request.
Возвращаемое значение
Тип: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .AnnotationsDeleteResponse
AnnotationsDeleteRequest.
Реализует
IService. . :: . .AnnotationsDelete(AnnotationsDeleteRequest)