QuerySetOperator

Sets the operator for the SQL query.

Member of namespace

Maintenance Manager

Syntax

bool QuerySetOperator (string operator)

Parameters

operator
Type: string

Parameters

operator: The operator ID. Smart parameters are supported.

Returns

True if the query has been successfully set. It does not mean the query has been performed. Otherwise, False.

Level

Any level.

Details

Selects all of the batches that match the specified operator ID.

To find multiple values, separate them with commas. An exclamation point can be prefixed to the value to find all values except the ones specified.

Example:
QuerySetOperator("Admin")
ProcessRunSqlQuery("")