AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Administrar bases de datos / HFSQL Cluster / Funciones WLanguage
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Otros
Procedimientos almacenados
Returns the name of the master node in an HFSQL cluster.
Ejemplo
let sChaîneMaître = HClusterMasterNode("clustermanager.masociete.com", "secret")
Sintaxis
<Result> = HClusterMasterNode(<Coordinator> , <Password>)
<Result>: Character string
  • Name of the HFSQL Cluster master node.
  • Empty string ("") if the master is not detected. There may be no master if the nodes fail to synchronize or are disconnected from the coordinator.
<Coordinator>: Character string
DNS name of the machine where the HFSQL Cluster coordinator is located.
<Password>: Character string
Password used to connect to the coordinator. This password was provided when installing the HFSQL cluster.
Clasificación Lógica de negocio / UI: Lógica de negocio
Componente: wd290hf.dll
Versión mínima requerida
  • Versión 27
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 05/04/2024

Señalar un error o enviar una sugerencia | Ayuda local