Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Deletes the business rule or components of rules with the given criteria.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function BusinessRulesDelete ( _
International As International, _
DeleteCriteria As BRDeleteCriteria _
) As OperationResult
'Usage
Dim instance As ServiceClient
Dim International As International
Dim DeleteCriteria As BRDeleteCriteria
Dim returnValue As OperationResult
returnValue = instance.BusinessRulesDelete(International, _
DeleteCriteria)
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 : International,
DeleteCriteria : BRDeleteCriteria
) : OperationResult
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- DeleteCriteria
Type: Microsoft.MasterDataServices.BRDeleteCriteria
The criteria that specifies the business rules to delete.
Return Value
Type: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.