ConnectHosts

Description

Sets or returns the host name list for the physical location of the database server.

Remarque : Setting a new value does not take effect until the ApplyPropertyChanges method is called.

Syntaxe

VBScript

database.ConnectHosts 
database.ConnectHosts newHosts 

Perl

$database->GetConnectHosts(); 
$database->SetConnectHosts(newHosts); 
Identificateur
Description
base_de_données
A Database object.
newHosts
For Visual Basic, an array of strings that sets the host name list for a physical location of a database server.

Dans Perl, référence à un tableau de chaînes. Each String in the array contains the host name list for a physical location of a database server.

Return value
For Visual Basic, an array of strings containing the host name list for a physical location of a database server.

Dans Perl, référence à un tableau de chaînes. Each String in the array contains the host name list for a physical location of a database server.


Commentaires en retour