ServiceClient.AnnotationsDelete Method (International, Int32)

 

Applies To: SQL Server 2016 Preview

Deletes the existing annotation with the specified identifier.

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

Syntax

public OperationResult AnnotationsDelete(
    International International,
    int Id
)
public:
OperationResult^ AnnotationsDelete(
    International^ International,
    int Id
)
member AnnotationsDelete : 
        International:International *
        Id:int -> OperationResult
Public Function AnnotationsDelete (
    International As International,
    Id As Integer
) As OperationResult

Parameters

  • Id
    Type: System.Int32

    The unique integer identifier of the annotation to delete.

Return Value

Type: Microsoft.MasterDataServices.OperationResult

An OperationResult object that represents the result of the operation.

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top