Deployment Tools Foundation
QDatabase Constructor (filePath, outputPath)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Linq ► QDatabase ► QDatabase(String, String)
Opens an existing database with another database as output.
Declaration Syntax
Return Value
Database object representing the created or opened database
Remarks
When a database is opened as the output of another database, the summary information stream
of the output database is actually a read-only mirror of the original database and thus cannot
be changed. Additionally, it is not persisted with the database. To create or modify the
summary information for the output database it must be closed and re-opened.
The returned Database object should be Close()()()d after use. The finalizer will close the handle if it is still open, however due to the nondeterministic nature of finalization it is best that the handle be closed manually as soon as it is no longer needed, as leaving lots of unused handles open can degrade performance.
Exceptions
Exception | Condition |
---|---|
InstallerException | the database could not be created/opened |