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

Public Attributes

string Id
 
string Name
 
string Server
 
string Network
 
string Address
 
string Database
 
string Description
 
YesNoType TrustedConnection
 
YesNoType CreateOnInstall
 
YesNoType CreateOnUnInstall
 
YesNoType DeleteOnInstall
 
YesNoType DeleteOnUnInstall
 
DSNType Type
 

Detailed Description

Implements creation and deletion of an MSSQL DSN.

    MSSQLDataSource can be nested under a component or product/module/fragment. When nested
    under a component, conditions of the latter apply. When nested under product, module or fragment, you
    can specify explicit conditions that will be combined with CreateOnInstall, CreateOnUnInstall, DeleteOnInstall and
    DeleteOnUnInstall options.

    Note that MSSQLDataSource runs automatically before databases are created on install and after databases are dropped
    on uninstall.
Todo:
Nest under MSSQLDatabase and inherit connection properties from the MSSQLDatabaseConnection May be nested under Component.

Member Data Documentation

string Wix::Extensions::DataSource::MSSQLDataSource::Address

The network address of the Windows NT server running SQL Server.

YesNoType Wix::Extensions::DataSource::MSSQLDataSource::CreateOnInstall

Create DSN at install time.

YesNoType Wix::Extensions::DataSource::MSSQLDataSource::CreateOnUnInstall

Create DSN at uninstall time.

string Wix::Extensions::DataSource::MSSQLDataSource::Database

The default database for the ODBC data source.

YesNoType Wix::Extensions::DataSource::MSSQLDataSource::DeleteOnInstall

Delete DSN at install time.

YesNoType Wix::Extensions::DataSource::MSSQLDataSource::DeleteOnUnInstall

Delete DSN at uninstall time.

string Wix::Extensions::DataSource::MSSQLDataSource::Description

Optional DSN description.

string Wix::Extensions::DataSource::MSSQLDataSource::Id

Identifier for the ODBC datasource (primary key).

string Wix::Extensions::DataSource::MSSQLDataSource::Name

Name of the DSN.

string Wix::Extensions::DataSource::MSSQLDataSource::Network

The name of the Net-Library module to use, in capital letters, without the .dll suffix (for example, DBMSSOCN, not dbmssocn.dll).

string Wix::Extensions::DataSource::MSSQLDataSource::Server

The name or label for the connection entry.

YesNoType Wix::Extensions::DataSource::MSSQLDataSource::TrustedConnection

Specifies whether the data source should use trusted connections when connecting to SQL Server.

DSNType Wix::Extensions::DataSource::MSSQLDataSource::Type

DSN type.


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


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