AddSQLServerConnection Method
InstallShield 2020 » Automation Interface
Project:This information applies to the following project types:
| • | Basic MSI | 
| • | DIM | 
| • | InstallScript | 
| • | InstallScript MSI | 
Call the AddSQLServerConnection method to add a new server connection to your project.
Syntax
Function AddSQLServerConnection(strConnectionName As String) As ISWiSQLConnection
Parameters
| Parameter | Description | 
| ConnectionName | Specify the name of the new connection you want to establish. | 
Return Values
This method returns ISWiSQLConnection object.
Applies To
| • | ISWiProject |