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

Perl


$database->GetConnectHosts(); 
$database->SetConnectHosts(newHosts); 
Identifier
Description
database
A Database object.
newHosts

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

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.