Specifies the maximum number of non-parameterized
SQL statements to capture. This option applies only when the value
of captureMode is ON. When captureMode
is OFF, pureQuery ignores this parameter.
Cette propriété peut posséder les valeurs suivantes :
- -1
- There is no limit to the number of such statements that are captured.
- This is the default value.
- 0
- No such statements are captured.
- 1 or higher
- The limit on the number of such statements that are captured.
All SQL DDL statements are
captured. Neither DDL statements nor SELECT statements are affected
by this option.