ServiceClient.IService.BusinessRulesDelete Method

Deletes the business rule or components of rules.

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

Syntax

'Declaration
Private Function BusinessRulesDelete ( _
    request As BusinessRulesDeleteRequest _
) As MessageResponse Implements IService.BusinessRulesDelete
'Usage
Dim instance As ServiceClient
Dim request As BusinessRulesDeleteRequest
Dim returnValue As MessageResponse

returnValue = CType(instance, IService).BusinessRulesDelete(request)
MessageResponseIService.BusinessRulesDelete(
    BusinessRulesDeleteRequest request
)
private:
virtual MessageResponse^ BusinessRulesDelete(
    BusinessRulesDeleteRequest^ request
) sealed = IService::BusinessRulesDelete
private abstract BusinessRulesDelete : 
        request:BusinessRulesDeleteRequest -> MessageResponse 
private override BusinessRulesDelete : 
        request:BusinessRulesDeleteRequest -> MessageResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Return Value

Type: Microsoft.MasterDataServices.MessageResponse
The MessageResponse for the operation.

Implements

IService.BusinessRulesDelete(BusinessRulesDeleteRequest)

See Also

Reference

ServiceClient Class

Microsoft.MasterDataServices Namespace