Public Attributes | |
string | Id |
string | Name |
string | Collate |
string | Purpose |
YesNoType | CreateOnInstall |
YesNoType | CreateOnUnInstall |
YesNoType | DropOnInstall |
YesNoType | DropOnUnInstall |
YesNoType | CheckIfExists |
string | ConnectionId |
Implements an MSSQL database. May be nested under Component.
Check whether the database exists before creating or dropping it. Create the database if it doesn't exist. Drop the database if it exists.
Optional database collation, eg. French_CI_AI.
MSSQLConnection to use for operations on this database.
Create the database at install time.
Create the database at uninstall time.
Drop the database at install time.
Drop the database at uninstall time.
Identifier for the database (primary key).
Name of the MSSQL database.
Optional database purpose, eg. ATTACH.
© Application Security Inc. - All Rights Reserved | http://msiext.codeplex.com |