Metodo AnnotationsDelete
Deletes an existing annotation.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
Public Function AnnotationsDelete ( _
request As AnnotationsDeleteRequest _
) As AnnotationsDeleteResponse
'Utilizzo
Dim instance As ServiceClient
Dim request As AnnotationsDeleteRequest
Dim returnValue As AnnotationsDeleteResponse
returnValue = instance.AnnotationsDelete(request)
public AnnotationsDeleteResponse AnnotationsDelete(
AnnotationsDeleteRequest request
)
public:
virtual AnnotationsDeleteResponse^ AnnotationsDelete(
AnnotationsDeleteRequest^ request
) sealed
abstract AnnotationsDelete :
request:AnnotationsDeleteRequest -> AnnotationsDeleteResponse
override AnnotationsDelete :
request:AnnotationsDeleteRequest -> AnnotationsDeleteResponse
public final function AnnotationsDelete(
request : AnnotationsDeleteRequest
) : AnnotationsDeleteResponse
Parametri
- request
Tipo: Microsoft.MasterDataServices. . :: . .AnnotationsDeleteRequest
The delete request.
Valore restituito
Tipo: Microsoft.MasterDataServices. . :: . .AnnotationsDeleteResponse
An AnnotationsDeleteResponse.
Implementa
IService. . :: . .AnnotationsDelete(AnnotationsDeleteRequest)