AnnotationsUpdate 方法

Updates an existing annotation.

命名空间:  Microsoft.MasterDataServices.Services.ServiceContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
<OperationContractAttribute> _
Function AnnotationsUpdate ( _
    request As AnnotationsUpdateRequest _
) As AnnotationsUpdateResponse
用法
Dim instance As IService
Dim request As AnnotationsUpdateRequest
Dim returnValue As AnnotationsUpdateResponse

returnValue = instance.AnnotationsUpdate(request)
[OperationContractAttribute]
AnnotationsUpdateResponse AnnotationsUpdate(
    AnnotationsUpdateRequest request
)
[OperationContractAttribute]
AnnotationsUpdateResponse^ AnnotationsUpdate(
    AnnotationsUpdateRequest^ request
)
[<OperationContractAttribute>]
abstract AnnotationsUpdate : 
        request:AnnotationsUpdateRequest -> AnnotationsUpdateResponse 
function AnnotationsUpdate(
    request : AnnotationsUpdateRequest
) : AnnotationsUpdateResponse