Metodo AnnotationsUpdate
Update an existing annotation.
Spazio dei nomi Microsoft.MasterDataServices.Services
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
Public Function AnnotationsUpdate ( _
request As AnnotationsUpdateRequest _
) As AnnotationsUpdateResponse
'Utilizzo
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
Parametri
- request
Tipo: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .AnnotationsUpdateRequest
Update request.
Valore restituito
Tipo: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .AnnotationsUpdateResponse
AnnotationsUpdateRequest.
Implementa
IService. . :: . .AnnotationsUpdate(AnnotationsUpdateRequest)