Public Attributes

Wix::Extensions::DataSource::MSSQLDatabase Class Reference

List of all members.

Public Attributes

string Id
string Name
string Collate
string Purpose
YesNoType CreateOnInstall
YesNoType CreateOnUnInstall
YesNoType DropOnInstall
YesNoType DropOnUnInstall
YesNoType CheckIfExists
string ConnectionId

Detailed Description

Implements an MSSQL database. May be nested under Component.


Member Data Documentation

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.


The documentation for this class was generated from the following file:


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com