Metodo AnnotationsDelete
Deletes an existing annotation.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<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
'Utilizzo
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
Parametri
- request
Tipo: Microsoft.MasterDataServices. . :: . .AnnotationsDeleteRequest
Delete request.
Valore restituito
Tipo: Microsoft.MasterDataServices. . :: . .AnnotationsDeleteResponse
A new instance of type AnnotationsDeleteRequest.