Public Attributes

Wix::Extensions::DataSource::MSSQLDataSource Class Reference

List of all members.

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

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

Create DSN at install time.

Create DSN at uninstall time.

The default database for the ODBC data source.

Delete DSN at install time.

Delete DSN at uninstall time.

Optional DSN description.

Identifier for the ODBC datasource (primary key).

Name of the DSN.

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

The name or label for the connection entry.

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

DSN type.


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


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