ServiceClient.BusinessRulesClone Method
SQL Server 2012
Creates the new business rules using the specified set of business rules, retaining the globally unique identifiers (GUIDs) of the original objects.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
'Declaration PublicFunctionBusinessRulesClone ( _ InternationalAsInternational, _ BusinessRuleSetAsBusinessRules _ ) AsOperationResult 'Usage DiminstanceAsServiceClientDimInternationalAsInternationalDimBusinessRuleSetAsBusinessRulesDimreturnValueAsOperationResultreturnValue = instance.BusinessRulesClone(International, _ BusinessRuleSet)
Parameters
- International
- Type: Microsoft.MasterDataServices.International
The cultural settings.
- BusinessRuleSet
- Type: Microsoft.MasterDataServices.BusinessRules
The set of business rules (array of actions or conditions) used to create the new business rules instance.
Return Value
Type: Microsoft.MasterDataServices.OperationResultAn OperationResult object that represents the result of the operation.