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

Public Attributes

string Id
 
string Filename
 
string Database
 
string Schema
 
string Table
 
string ConnectionId
 
YesNoType ExecuteOnInstall
 
YesNoType ExecuteOnUnInstall
 

Detailed Description

May be nested under MSSQLDatabase.

Member Data Documentation

string Wix::Extensions::DataSource::MSSQLDataFile::ConnectionId

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

string Wix::Extensions::DataSource::MSSQLDataFile::Database

The name of the database when not nested under an MSSQLDatabase.

YesNoType Wix::Extensions::DataSource::MSSQLDataFile::ExecuteOnInstall

Execute statement at install time.

YesNoType Wix::Extensions::DataSource::MSSQLDataFile::ExecuteOnUnInstall

Execute statement at uninstall time.

string Wix::Extensions::DataSource::MSSQLDataFile::Filename

The operating-system file name that contains data to BULK INSERT.

string Wix::Extensions::DataSource::MSSQLDataFile::Id

Identifier for the data file (primary key).

string Wix::Extensions::DataSource::MSSQLDataFile::Schema

The schema, eg. dbo.

string Wix::Extensions::DataSource::MSSQLDataFile::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