IService.AnnotationsDelete(AnnotationsDeleteRequest) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Löscht eine bestehende Anmerkung.
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
Parameter
- request
- AnnotationsDeleteRequest
Anfrage löschen.
Gibt zurück
Eine neue Instanz des Typs AnnotationsDeleteRequest.
- Attribute