ConnectHosts

Description

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

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

Syntax

VBScript


database.ConnectHosts 
database.ConnectHosts newHosts 

Perl


$database->GetConnectHosts(); 
$database->SetConnectHosts(newHosts); 
Identifier
Description
database
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.

For Perl, a reference to an array of strings. 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.

For Perl, a reference to an array of strings. Each String in the array contains the host name list for a physical location of a database server.