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.

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

Syntaxe

VBScript

database.DBOLogin 
database.DBOLogin dbOwnerName 

Perl

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

Commentaires en retour