Partager via


Méthode BusinessRulesDelete

Deletes a business rule or components of rules.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<OperationContractAttribute(Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/BusinessRulesDelete",  _
    ReplyAction := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/BusinessRulesDeleteResponse")> _
Function BusinessRulesDelete ( _
    request As BusinessRulesDeleteRequest _
) As MessageResponse
'Utilisation
Dim instance As IService
Dim request As BusinessRulesDeleteRequest
Dim returnValue As MessageResponse

returnValue = instance.BusinessRulesDelete(request)
[OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/BusinessRulesDelete", 
    ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/BusinessRulesDeleteResponse")]
MessageResponse BusinessRulesDelete(
    BusinessRulesDeleteRequest request
)
[OperationContractAttribute(Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/BusinessRulesDelete", 
    ReplyAction = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/BusinessRulesDeleteResponse")]
MessageResponse^ BusinessRulesDelete(
    BusinessRulesDeleteRequest^ request
)
[<OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/BusinessRulesDelete", 
    ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/BusinessRulesDeleteResponse")>]
abstract BusinessRulesDelete : 
        request:BusinessRulesDeleteRequest -> MessageResponse 
function BusinessRulesDelete(
    request : BusinessRulesDeleteRequest
) : MessageResponse

Paramètres