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
- Objet base de données.
- dbDescription
- A String containing the database's comment text.
- Valeur de retour
- A String containing the descriptive comment associated
with the database.