ServiceClient.BusinessRulesClone(International, BusinessRules) 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.
Creates the new business rules using the specified set of business rules, retaining the globally unique identifiers (GUIDs) of the original objects.
public:
Microsoft::MasterDataServices::OperationResult ^ BusinessRulesClone(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::BusinessRules ^ BusinessRuleSet);
public Microsoft.MasterDataServices.OperationResult BusinessRulesClone (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.BusinessRules BusinessRuleSet);
member this.BusinessRulesClone : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.BusinessRules -> Microsoft.MasterDataServices.OperationResult
Public Function BusinessRulesClone (International As International, BusinessRuleSet As BusinessRules) As OperationResult
Parameters
- International
- International
The cultural settings.
- BusinessRuleSet
- BusinessRules
The set of business rules (array of actions or conditions) used to create the new business rules instance.
Returns
An OperationResult object that represents the result of the operation.