Description

Description

Sets or returns the descriptive comment associated with the database.

Use this property to store additional information, such as the purpose of the database.

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

Syntaxe

VBScript

database.Description 
database.Description dbOwnerName 

Perl

$database->GetDescription(); 
$database->SetDescription(dbDescription); 
Identificateur
Description
base_de_données
A Database object.
dbDescription
A String containing the database's comment text.
Return value
A String containing the descriptive comment associated with the database.

Commentaires en retour