IService.AnnotationsDelete(AnnotationsDeleteRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes an existing annotation.
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
Parameters
- request
- AnnotationsDeleteRequest
Delete request.
Returns
A new instance of type AnnotationsDeleteRequest.
- Attributes