DBOLogin

Description

Sets or returns the database owner's login name.

The database owner is the same as the database administrator. This property is used primarily in conjunction with SQL Server databases.

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

Syntax

VBScript


database.DBOLogin 
database.DBOLogin dbOwnerName 

Perl


$database->GetDBOLogin(); 
$database->SetDBOLogin(dbOwnerName); 
Identifier
Description
database
A Database object.
dbOwnerName
A String containing the database owner's login name.
Return value
A String containing the database owner's login name.