QuerySetBranch
Sets the minimum number of children for the SQL query.
Member of namespace
Maintenance ManagerSyntax
bool QuerySetBranch (int children)
Parameters
- children
- Type: int
Parameters
children: The minimum number of children for the batch.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 have at least the minimum number of specified children.- Example:
QuerySetBranch("3") ProcessRunSqlQuery("")