Método AnnotationsDelete
Deletes an existing annotation.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
Public Function AnnotationsDelete ( _
request As AnnotationsDeleteRequest _
) As AnnotationsDeleteResponse
'Uso
Dim instance As ServiceClient
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
Parâmetros
- request
Tipo: Microsoft.MasterDataServices. . :: . .AnnotationsDeleteRequest
The delete request.
Valor de retorno
Tipo: Microsoft.MasterDataServices. . :: . .AnnotationsDeleteResponse
An AnnotationsDeleteResponse.
Implementa
IService. . :: . .AnnotationsDelete(AnnotationsDeleteRequest)