Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Deletes an existing annotation.
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
Private Function AnnotationsDelete ( _
request As AnnotationsDeleteRequest _
) As AnnotationsDeleteResponse Implements IService.AnnotationsDelete
'Uso
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Parámetros
- request
Tipo: Microsoft.MasterDataServices.AnnotationsDeleteRequest
The delete request.
Valor devuelto
Tipo: Microsoft.MasterDataServices.AnnotationsDeleteResponse
The AnnotationsDeleteResponse for the operation.
Implementa
IService.AnnotationsDelete(AnnotationsDeleteRequest)