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
매개 변수
- request
유형: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .AnnotationsDeleteRequest
The deletion request.
반환 값
유형: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .AnnotationsDeleteResponse
AnnotationsDeleteResponse.