Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates new business rules instance.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function BusinessRulesCreate ( _
International As International, _
ByRef BusinessRuleSet As BusinessRules, _
ReturnCreatedIdentifiers As Boolean _
) As OperationResult
'Usage
Dim instance As ServiceClient
Dim International As International
Dim BusinessRuleSet As BusinessRules
Dim ReturnCreatedIdentifiers As Boolean
Dim returnValue As OperationResult
returnValue = instance.BusinessRulesCreate(International, _
BusinessRuleSet, ReturnCreatedIdentifiers)
public OperationResult BusinessRulesCreate(
International International,
ref BusinessRules BusinessRuleSet,
bool ReturnCreatedIdentifiers
)
public:
OperationResult^ BusinessRulesCreate(
International^ International,
BusinessRules^% BusinessRuleSet,
bool ReturnCreatedIdentifiers
)
member BusinessRulesCreate :
International:International *
BusinessRuleSet:BusinessRules byref *
ReturnCreatedIdentifiers:bool -> OperationResult
public function BusinessRulesCreate(
International : International,
BusinessRuleSet : BusinessRules,
ReturnCreatedIdentifiers : boolean
) : OperationResult
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- BusinessRuleSet
Type: Microsoft.MasterDataServices.BusinessRules%
The set of business rules (array of actions or conditions) for the newly created business rules instance, passed by reference.
- ReturnCreatedIdentifiers
Type: System.Boolean
true to return the newly generated identifiers; otherwise, false.
Return Value
Type: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.