Udostępnij za pośrednictwem


Metoda IService.AnnotationsUpdate

Aktualizuje istniejącej adnotacji.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.ServiceContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
<OperationContractAttribute> _
Function AnnotationsUpdate ( _
    request As AnnotationsUpdateRequest _
) As AnnotationsUpdateResponse
'Użycie
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