다음을 통해 공유


AnnotationsDelete 메서드

Deletes an existing annotation.

네임스페이스:  Microsoft.MasterDataServices.Services.ServiceContracts
어셈블리:  Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)

구문

‘선언
<OperationContractAttribute> _
Function AnnotationsDelete ( _
    request As AnnotationsDeleteRequest _
) As AnnotationsDeleteResponse
‘사용 방법
Dim instance As IService
Dim request As AnnotationsDeleteRequest
Dim returnValue As AnnotationsDeleteResponse

returnValue = instance.AnnotationsDelete(request)
[OperationContractAttribute]
AnnotationsDeleteResponse AnnotationsDelete(
    AnnotationsDeleteRequest request
)
[OperationContractAttribute]
AnnotationsDeleteResponse^ AnnotationsDelete(
    AnnotationsDeleteRequest^ request
)
[<OperationContractAttribute>]
abstract AnnotationsDelete : 
        request:AnnotationsDeleteRequest -> AnnotationsDeleteResponse 
function AnnotationsDelete(
    request : AnnotationsDeleteRequest
) : AnnotationsDeleteResponse