DM_setConType

Set the constraint type for mining association rules in a DM_RuleSettings value.

Syntax

Method syntax

Read syntax diagramSkip visual syntax diagram ruleSet..DM_setConType ( conType )

Function syntax

Read syntax diagramSkip visual syntax diagram DM_setConType ( ruleSet , conType )

Parameters

ruleSet
A value of type DM_RuleSettings
conType
A value of type INTEGER.

Return Value

The return Value is of type DM_RuleSettings

  • If conType is NULL, ruleSetis returned. ruleSet has not been changed.
  • If conType is not of type INTEGER or is invalid, an error occurs.
  • If none of the conditions above apply, the value ruleSet is returned. The property is set to conType.