ServiceClient.IService.BusinessRulesDelete(BusinessRulesDeleteRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes the business rule or components of rules.
virtual Microsoft::MasterDataServices::MessageResponse ^ Microsoft.MasterDataServices.IService.BusinessRulesDelete(Microsoft::MasterDataServices::BusinessRulesDeleteRequest ^ request) = Microsoft::MasterDataServices::IService::BusinessRulesDelete;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.MessageResponse IService.BusinessRulesDelete (Microsoft.MasterDataServices.BusinessRulesDeleteRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.BusinessRulesDelete : Microsoft.MasterDataServices.BusinessRulesDeleteRequest -> Microsoft.MasterDataServices.MessageResponse
override this.Microsoft.MasterDataServices.IService.BusinessRulesDelete : Microsoft.MasterDataServices.BusinessRulesDeleteRequest -> Microsoft.MasterDataServices.MessageResponse
Function BusinessRulesDelete (request As BusinessRulesDeleteRequest) As MessageResponse Implements IService.BusinessRulesDelete
Parameters
- request
- BusinessRulesDeleteRequest
The delete request.
Returns
The MessageResponse for the operation.
Implements
- Attributes