Sets or returns the descriptive comment associated with the database.
Use this property to store additional information, such as the purpose of the database.
VBScript
database.Description
database.Description dbOwnerName
Perl
$database->GetDescription();
$database->SetDescription(dbDescription);