AnnotationsDelete 方法
Deletes an existing annotation.
命名空间: Microsoft.MasterDataServices.Services
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)
语法
声明
Public Function AnnotationsDelete ( _
request As AnnotationsDeleteRequest _
) As AnnotationsDeleteResponse
用法
Dim instance As Service
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
参数
- request
类型:Microsoft.MasterDataServices.Services.MessageContracts. . :: . .AnnotationsDeleteRequest
Delete request.
返回值
类型:Microsoft.MasterDataServices.Services.MessageContracts. . :: . .AnnotationsDeleteResponse
AnnotationsDeleteRequest.
实现
IService. . :: . .AnnotationsDelete(AnnotationsDeleteRequest)