共用方式為


RuleEngine 建構函式

定義

多載

RuleEngine(RuleSet)

public:
 RuleEngine(Microsoft::RuleEngine::RuleSet ^ ruleSet);
public RuleEngine(Microsoft.RuleEngine.RuleSet ruleSet);
new Microsoft.RuleEngine.RuleEngine : Microsoft.RuleEngine.RuleSet -> Microsoft.RuleEngine.RuleEngine

參數

ruleSet
RuleSet

適用於

RuleEngine(RuleSet, Boolean)

public:
 RuleEngine(Microsoft::RuleEngine::RuleSet ^ ruleSet, bool doOptimizations);
public RuleEngine(Microsoft.RuleEngine.RuleSet ruleSet, bool doOptimizations);
new Microsoft.RuleEngine.RuleEngine : Microsoft.RuleEngine.RuleSet * bool -> Microsoft.RuleEngine.RuleEngine

參數

ruleSet
RuleSet
doOptimizations
Boolean

適用於