Compartir a través de


ServiceClient.IService.AnnotationsDelete Método

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

Valor devuelto

Tipo: Microsoft.MasterDataServices.AnnotationsDeleteResponse
The AnnotationsDeleteResponse for the operation.

Implementa

IService.AnnotationsDelete(AnnotationsDeleteRequest)

Vea también

Referencia

ServiceClient Clase

Espacio de nombres Microsoft.MasterDataServices