|
|
|
|
|
- Properties specific to the description of hServerOperation variables
hServerOperation (Type of variable) In french: hOpérationServeur
The hServerOperation type is used to get the characteristics of an operation performed on an HFSQL server. The characteristics of this operation are returned by several WLanguage properties. Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable. arrOp is array of hServerOperation = HOperationInProgress(cnt)
Remarks Properties specific to the description of hServerOperation variables The following properties can be used to handle a hServerOperation variable: | | | Property name | Type used | Effect |
---|
Replication | hRSConfig variable | A value is assigned to this property only if a "Replication" is performed (Type property set to hlpReplication). This property is read-only. | ScheduledBackup | hBackupDescription variable | A value is assigned to this property only if a "Backup" is performed (Type property set to hlpBackup). This property is read-only. | ScheduledMaterializedView | hScheduleMaterializedView variable | A value is assigned to this property only if a "Refresh view" operation is performed (Type property set to hlpMaterializedView). This property is read-only. | ScheduledOptimization | hScheduledOptimization variable | A value is assigned to this property only if a "File optimization" is performed (Type property set to hlpOptimization). This property is read-only. | ScheduledTask | hScheduledTask variable | A value is assigned to this property only if a "Task" is performed (Type property set to hlpTask). This property is read-only. | StartDate | DateTime | Start date and time of the operation. This property is read-only. | Type | Integer constant | Type of operation: - hlpCalcStat: Statistical calculation.
- hlpKeyDetection: Key detection.
- hlpOptimization: Optimization of data files.
- hlpReplication: Replication between servers.
- hlpBackup: Backup.
- hlpTask: Scheduled task.
- hlpMaterializedView: Refresh of materialized view.
This property is read-only. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|