Expand Minimize
This topic has not yet been rated - Rate this topic

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.OperationResult
An OperationResult object that represents the result of the operation.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.