ServiceClient.IService.AnnotationsDelete Method (AnnotationsDeleteRequest)

 

Applies To: SQL Server 2016 Preview

Deletes an existing annotation.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

AnnotationsDeleteResponse IService.AnnotationsDelete(
    AnnotationsDeleteRequest request
)
private:
virtual AnnotationsDeleteResponse^ AnnotationsDelete(
    AnnotationsDeleteRequest^ request
) sealed = IService::AnnotationsDelete
private abstract AnnotationsDelete : 
        request:AnnotationsDeleteRequest -> AnnotationsDeleteResponse
private override AnnotationsDelete : 
        request:AnnotationsDeleteRequest -> AnnotationsDeleteResponse
Private Function AnnotationsDelete (
    request As AnnotationsDeleteRequest
) As AnnotationsDeleteResponse
    Implements IService.AnnotationsDelete

Parameters

Return Value

Type: Microsoft.MasterDataServices.AnnotationsDeleteResponse

The AnnotationsDeleteResponse for the operation.

Implements

IService.AnnotationsDelete(AnnotationsDeleteRequest)

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top