AnnotationsDelete 方法
Deletes an existing annotation.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
<OperationContractAttribute(Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AnnotationsDelete", _
ReplyAction := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AnnotationsDeleteResponse")> _
Function AnnotationsDelete ( _
request As AnnotationsDeleteRequest _
) As AnnotationsDeleteResponse
用法
Dim instance As IService
Dim request As AnnotationsDeleteRequest
Dim returnValue As AnnotationsDeleteResponse
returnValue = instance.AnnotationsDelete(request)
[OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AnnotationsDelete",
ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AnnotationsDeleteResponse")]
AnnotationsDeleteResponse AnnotationsDelete(
AnnotationsDeleteRequest request
)
[OperationContractAttribute(Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AnnotationsDelete",
ReplyAction = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AnnotationsDeleteResponse")]
AnnotationsDeleteResponse^ AnnotationsDelete(
AnnotationsDeleteRequest^ request
)
[<OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AnnotationsDelete",
ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AnnotationsDeleteResponse")>]
abstract AnnotationsDelete :
request:AnnotationsDeleteRequest -> AnnotationsDeleteResponse
function AnnotationsDelete(
request : AnnotationsDeleteRequest
) : AnnotationsDeleteResponse
参数
- request
类型:Microsoft.MasterDataServices. . :: . .AnnotationsDeleteRequest
Delete request.
返回值
类型:Microsoft.MasterDataServices. . :: . .AnnotationsDeleteResponse
A new instance of type AnnotationsDeleteRequest.