Udostępnij za pośrednictwem


Metoda Service.AnnotationsUpdate

Aktualizacji istniejącej adnotacji.

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

Składnia

'Deklaracja
Public Function AnnotationsUpdate ( _
    request As AnnotationsUpdateRequest _
) As AnnotationsUpdateResponse
'Użycie
Dim instance As Service
Dim request As AnnotationsUpdateRequest
Dim returnValue As AnnotationsUpdateResponse

returnValue = instance.AnnotationsUpdate(request)
public AnnotationsUpdateResponse AnnotationsUpdate(
    AnnotationsUpdateRequest request
)
public:
virtual AnnotationsUpdateResponse^ AnnotationsUpdate(
    AnnotationsUpdateRequest^ request
) sealed
abstract AnnotationsUpdate : 
        request:AnnotationsUpdateRequest -> AnnotationsUpdateResponse 
override AnnotationsUpdate : 
        request:AnnotationsUpdateRequest -> AnnotationsUpdateResponse 
public final function AnnotationsUpdate(
    request : AnnotationsUpdateRequest
) : AnnotationsUpdateResponse

Implementacje

IService.AnnotationsUpdate(AnnotationsUpdateRequest)