QuerySetPriority
Sets the Priority for the SQL query.
Member of namespace
Maintenance ManagerSyntax
bool QuerySetPriority (string priority)
Parameters
- priority
- Type: string
Parameters
priority: Batch Priority.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 priority.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:
QuerySetPriority("1") ProcessRunSqlQuery("")