Поделиться через


Метод ServiceClient.BusinessRulesUpdate

Updates the existing business rules.

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
Public Function BusinessRulesUpdate ( _
    International As International, _
    BusinessRuleSet As BusinessRules _
) As OperationResult
'Применение
Dim instance As ServiceClient
Dim International As International
Dim BusinessRuleSet As BusinessRules
Dim returnValue As OperationResult

returnValue = instance.BusinessRulesUpdate(International, _
    BusinessRuleSet)
public OperationResult BusinessRulesUpdate(
    International International,
    BusinessRules BusinessRuleSet
)
public:
OperationResult^ BusinessRulesUpdate(
    International^ International, 
    BusinessRules^ BusinessRuleSet
)
member BusinessRulesUpdate : 
        International:International * 
        BusinessRuleSet:BusinessRules -> OperationResult
public function BusinessRulesUpdate(
    International : International, 
    BusinessRuleSet : BusinessRules
) : OperationResult

Параметры

Возвращаемое значение

Тип: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.

См. также

Справочник

ServiceClient Класс

Пространство имен Microsoft.MasterDataServices