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 |
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.
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.
© Application Security Inc. - All Rights Reserved | http://msiext.codeplex.com |