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.