ServiceClient.BusinessRulesDelete Method (International, BRDeleteCriteria)

 

Applies To: SQL Server 2016 Preview

Deletes the business rule or components of rules with the given criteria.

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

Syntax

public OperationResult BusinessRulesDelete(
    International International,
    BRDeleteCriteria DeleteCriteria
)
public:
OperationResult^ BusinessRulesDelete(
    International^ International,
    BRDeleteCriteria^ DeleteCriteria
)
member BusinessRulesDelete : 
        International:International *
        DeleteCriteria:BRDeleteCriteria -> OperationResult
Public Function BusinessRulesDelete (
    International As International,
    DeleteCriteria As BRDeleteCriteria
) As OperationResult

Parameters

Return Value

Type: Microsoft.MasterDataServices.OperationResult

An OperationResult object that represents the result of the operation.

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top