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.
Note: Setting a new value does not
take effect until the ApplyPropertyChanges method is called.
Syntax
VBScript
database.Description
database.Description
dbOwnerName
Perl
$database->GetDescription
();
$database->SetDescription
(dbDescription);
- Identifier
- Description
- database
- A Database object.
- dbDescription
- A String containing the database's comment text.
- Return value
- A String containing the descriptive comment associated with the database.