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

Public Attributes

string Id
 
string BinaryId
 
YesNoType EvaluateProperties
 
string ConnectionId
 
YesNoType ExecuteOnInstall
 
YesNoType ExecuteOnUnInstall
 
string Table
 
string Schema
 

Detailed Description

Implements execution of a binary file that contains ODBC statements. May be nested under Component, MSSQLDatabase.

Member Data Documentation

string Wix::Extensions::DataSource::MSSQLDataBinaryFile::BinaryId

File that contains SQL statements to be executed.

string Wix::Extensions::DataSource::MSSQLDataBinaryFile::ConnectionId

MSSQLConnection to use for executing this statement (when not nested under a database element).

YesNoType Wix::Extensions::DataSource::MSSQLDataBinaryFile::EvaluateProperties

Set to yes to evaluate MSI properties within the query, file, no to automatically encode all [ ] characters.

YesNoType Wix::Extensions::DataSource::MSSQLDataBinaryFile::ExecuteOnInstall

Execute statement at install time.

YesNoType Wix::Extensions::DataSource::MSSQLDataBinaryFile::ExecuteOnUnInstall

Execute statement at uninstall time.

string Wix::Extensions::DataSource::MSSQLDataBinaryFile::Id

Identifier for the ODBC file statement (primary key).

string Wix::Extensions::DataSource::MSSQLDataBinaryFile::Schema

The schema, eg. dbo.

string Wix::Extensions::DataSource::MSSQLDataBinaryFile::Table

The table name where to BULK INSERT data into.


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


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