Compartir a través de


Service.AnnotationsDelete Método

Deletes an existing annotation.

Espacio de nombres:  Microsoft.MasterDataServices.Services
Ensamblado:  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Sintaxis

'Declaración
Public Function AnnotationsDelete ( _
    request As AnnotationsDeleteRequest _
) As AnnotationsDeleteResponse
'Uso
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

Parámetros

Valor devuelto

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

Implementa

IService.AnnotationsDelete(AnnotationsDeleteRequest)

Vea también

Referencia

Service Clase

Espacio de nombres Microsoft.MasterDataServices.Services