|
|
|
|
|
HListScheduledOptimization (Function)
Disponible solo con este tipo de conexión
Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection. MyConnection is Connection
...
arrOptim is array of hScheduledOptimization
arrOptim = HListScheduledOptimization(MyConnection)
FOR EACH Optim OF arrOptim
DisplayInfo(Optim)
END
Sintaxis
<Result> = HListScheduledOptimization(<Connection>)
<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>: Character string or Connection variable Connection for which the scheduled optimization tasks must be listed. This connection corresponds to: Observaciones 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.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|