IService.AnnotationsDelete(AnnotationsDeleteRequest) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Elimina un'annotazione esistente.
public:
Microsoft::MasterDataServices::AnnotationsDeleteResponse ^ AnnotationsDelete(Microsoft::MasterDataServices::AnnotationsDeleteRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AnnotationsDeleteEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AnnotationsDelete", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AnnotationsDeleteResponse")]
public Microsoft.MasterDataServices.AnnotationsDeleteResponse AnnotationsDelete (Microsoft.MasterDataServices.AnnotationsDeleteRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AnnotationsDeleteEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AnnotationsDelete", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AnnotationsDeleteResponse")>]
abstract member AnnotationsDelete : Microsoft.MasterDataServices.AnnotationsDeleteRequest -> Microsoft.MasterDataServices.AnnotationsDeleteResponse
Public Function AnnotationsDelete (request As AnnotationsDeleteRequest) As AnnotationsDeleteResponse
Parametri
- request
- AnnotationsDeleteRequest
Richiesta di eliminazione.
Restituisce
Nuova istanza del tipo AnnotationsDeleteRequest.
- Attributi