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
Objet base de données.
dbOwnerName
A String containing the database owner's login name.
Valeur de retour
A String containing the database owner's login name.

Feedback