|
|
|
|
|
<Connection variable>.ListScheduledOptimization (Function) In french: <Variable Connexion>.ListeOptimisationPlanifiée
Available only with this kind of connection
Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection. MaConnexion is Connection
...
tabOptim is array of hScheduledOptimization
tabOptim = MaConnexion.ListeOptimisationPlanifiée()
FOR EACH Optim OF tabOptim
AfficheInfo(Optim)
END
Syntax
<Result> = <Connection>.ListScheduledOptimization()
<Result>: Array of hScheduledOptimization variables Array of a variable of type hScheduledOptimization. Each element found in this array contains the characteristics of a scheduled optimization task. The number of elements in this array corresponds to the number of available scheduled optimization tasks. <Connection>: Connection variable Name of the Connection variable that describes the connection for which the scheduled optimization tasks must be listed. Remarks Necessary rights To list the scheduled optimization tasks, you must have the rights to connect (hRightsConnection or hRightsEncryptedConnection constant) to each relevant database, For full server optimization, the user must be a superuser.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|