RulesEngine.SetProperty

Previous Next

Sets or changes system information kept by the Rules Engine by (re)setting the value of a Rules Engine property. To retrieve the existing value of a property, use the GetProperty method.

Syntax 1

SELECT RulesEngine.SetProperty( property, value )

Syntax 2

INVOKE RulesEngine.SetProperty WITH 
SELECT     property
,          value
FROM       ...

The required and case-insensitive property must be a string that is the name of one of the Rules Engine properties.

 

Example

SELECT RulesEngine.SetProperty( 'MaxConstraintDepth', 75 )

 

See also

Rules Engine properties

RulesEngine.GetProperty

RulesEngine internal component

Internal components