Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- request
Type: Microsoft.MasterDataServices.BusinessRulesDeleteRequest
The delete request.
Return Value
Type: Microsoft.MasterDataServices.MessageResponse
The MessageResponse for the operation.
Implements
IService.BusinessRulesDelete(BusinessRulesDeleteRequest)