ServiceClient.AnnotationsUpdate Method (International, String, Int32)

 

Applies To: SQL Server 2016 Preview

Updates the existing annotation with the specified identifier.

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

Syntax

public OperationResult AnnotationsUpdate(
    International International,
    string Comment,
    int Id
)
public:
OperationResult^ AnnotationsUpdate(
    International^ International,
    String^ Comment,
    int Id
)
member AnnotationsUpdate : 
        International:International *
        Comment:string *
        Id:int -> OperationResult
Public Function AnnotationsUpdate (
    International As International,
    Comment As String,
    Id As Integer
) As OperationResult

Parameters

  • Comment
    Type: System.String

    The user defined text used to replace the current annotation text.

  • Id
    Type: System.Int32

    The unique integer identifier of the annotation to update.

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