Метод IService.AnnotationsDelete
Deletes an existing annotation.
Пространство имен: Microsoft.MasterDataServices.Services.ServiceContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function AnnotationsDelete ( _
request As AnnotationsDeleteRequest _
) As AnnotationsDeleteResponse
'Применение
Dim instance As IService
Dim request As AnnotationsDeleteRequest
Dim returnValue As AnnotationsDeleteResponse
returnValue = instance.AnnotationsDelete(request)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
AnnotationsDeleteResponse AnnotationsDelete(
AnnotationsDeleteRequest request
)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
AnnotationsDeleteResponse^ AnnotationsDelete(
AnnotationsDeleteRequest^ request
)
[<OperationContractAttribute>]
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
abstract AnnotationsDelete :
request:AnnotationsDeleteRequest -> AnnotationsDeleteResponse
function AnnotationsDelete(
request : AnnotationsDeleteRequest
) : AnnotationsDeleteResponse
Параметры
- request
Тип: Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsDeleteRequest
The deletion request.
Возвращаемое значение
Тип: Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsDeleteResponse
The response to the delete operation.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.ServiceContracts