AnnotationsUpdate-Methode
Update an existing annotation.
Namespace: Microsoft.MasterDataServices.Services
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
Public Function AnnotationsUpdate ( _
request As AnnotationsUpdateRequest _
) As AnnotationsUpdateResponse
'Usage
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
Parameter
- request
Typ: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .AnnotationsUpdateRequest
Update request.
Rückgabewert
Typ: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .AnnotationsUpdateResponse
AnnotationsUpdateRequest.
Implementiert
IService. . :: . .AnnotationsUpdate(AnnotationsUpdateRequest)