|
|
|
|
|
<Connection variable>.RSModifyConfig (Function) In french: <Variable Connexion>.RSModifieConfig
Available only with this kind of connection
Modifies some parameters of an existing replication between two HFSQL servers. This function must be run on a master HFSQL server for replication.
MyConnection is Connection ConfigReplication1 is hRSConfig ... Â ConfigReplication1.Scheduling.Hour = "*/2" MyConnection.RSModifyConfig(ConfigReplication1) Syntax
<Result> = <Connection>.RSModifyConfig(<Replication>)
<Result>: Boolean - True if the replication was modified,
- False otherwise. HErrorInfo is used to identify the error.
<Connection>: Connection variable Name of the Connection variable that describes the connection to the master HFSQL server on which the replication configuration must be changed. <Replication>: hRSConfig variable Name of the hRSConfig variable describing the modified replication to update.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|