ServiceClient.IService.BusinessRulesDelete(BusinessRulesDeleteRequest) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime la règle d'entreprise ou les composants de règles.
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
Paramètres
- request
- BusinessRulesDeleteRequest
Demande de suppression.
Retours
MessageResponse pour l'opération.
Implémente
- Attributs