Sets or returns the name of the server on which the database resides.
The String return value is the information that is available in the database connection.
If you change a server name, you must make sure your connection options are consistent with the new name.
Setting a new value does not take effect until the ApplyPropertyChanges method is called.
VBScript
database.Server
database.Server serverName
Perl
$database->GetServer();
$database->SetServer(serverName);