Specifies the name of the destination database.
property DestinationDatabaseName: string;
Set the DestinationDatabaseName property to specify the name of the destination (target) database. Read the property value to determine the destination database name.
The database name is 'main' or an empty string for the main database, 'temp' for the temporary database, or the name specified after the AS keyword in an ATTACH statement for an attached database. The default value is an empty string.
The name of the source database for the backup is accessible using the SourceDatabaseName property.