Lenguaje

IService.AnnotationsDelete(AnnotationsDeleteRequest) Método

Definición

Elimina una anotación existente.

public:
 Microsoft::MasterDataServices::Services::MessageContracts::AnnotationsDeleteResponse ^ AnnotationsDelete(Microsoft::MasterDataServices::Services::MessageContracts::AnnotationsDeleteRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsDeleteResponse AnnotationsDelete(Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsDeleteRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member AnnotationsDelete : Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsDeleteRequest -> Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsDeleteResponse
Public Function AnnotationsDelete (request As AnnotationsDeleteRequest) As AnnotationsDeleteResponse

Parámetros

request
AnnotationsDeleteRequest

Solicitud.

Devoluciones

Atributos

Comentarios

La AnnotationsDelete(AnnotationsDeleteRequest) operación elimina una anotación existente mediante el ID de la anotación. Solo el usuario que creó la anotación o un administrador de modelos puede eliminar una anotación. Las anotaciones se encuentran mediante ID.

Se aplica a