|
|
|
|
|
<Connection variable>.RSListConfig (Function) In french: <Variable Connexion>.RSListeConfig Lists the replications available on a master or subscriber HFSQL server.
Cnx is Connection
listeRS is array of hRSConfig
...
listeRS = Cnx.RSListConfig()
FOR EACH ConfigRéplication OF listeRS
Trace(ConfigRéplication.Serveur)
END
Syntax
<Result> = <Connection>.RSListConfig([<Option>])
<Result>: Array of hRSConfig Array of hRSConfig variables describing the different replications defined on the HFSQL server. <Connection>: Connection variable Name of the Connection variable that describes the connection to the master HFSQL server (on which replications are defined). <Option>: Integer constant Used to list the replications for which the current server is master or subscriber: | | hrsMaster (Default value) | Lists the replications for which the current server is master. | hrsSubscriber | Lists the replications for which the current server is subscriber.Note: In this case, the variable of type hRSConfig corresponding to the replication has the following characteristics: - Bidirectional replication: the identifier corresponds to the replication identifier on the publisher server.
- One-way replication: the identifier is 0.
- The Server property corresponds to the name of the master server.
- The Description and Scheduling properties are not available.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|