Freigeben über


BusinessRulesDelete-Methode

Deletes a business rule or components of rules.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<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
'Usage
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