Public Attributes | List of all members
Wix::Extensions::DataSource::MSSQLDatabase Class Reference

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

YesNoType Wix::Extensions::DataSource::MSSQLDatabase::CheckIfExists

Check whether the database exists before creating or dropping it. Create the database if it doesn't exist. Drop the database if it exists.

string Wix::Extensions::DataSource::MSSQLDatabase::Collate

Optional database collation, eg. French_CI_AI.

string Wix::Extensions::DataSource::MSSQLDatabase::ConnectionId

MSSQLConnection to use for operations on this database.

YesNoType Wix::Extensions::DataSource::MSSQLDatabase::CreateOnInstall

Create the database at install time.

YesNoType Wix::Extensions::DataSource::MSSQLDatabase::CreateOnUnInstall

Create the database at uninstall time.

YesNoType Wix::Extensions::DataSource::MSSQLDatabase::DropOnInstall

Drop the database at install time.

YesNoType Wix::Extensions::DataSource::MSSQLDatabase::DropOnUnInstall

Drop the database at uninstall time.

string Wix::Extensions::DataSource::MSSQLDatabase::Id

Identifier for the database (primary key).

string Wix::Extensions::DataSource::MSSQLDatabase::Name

Name of the MSSQL database.

string Wix::Extensions::DataSource::MSSQLDatabase::Purpose

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