ISWiSQLConnections Collection

InstallShield 2016 » Automation Interface

Project • This information applies to the following project types:

Basic MSI
DIM
InstallScript
InstallScript MSI

The ISWiSQLConnections collection contains all of the SQL Server connections in the current project.

Members

ISWiSQLConnections Collection Members

Name

Type

Description

Count

Read-Only Property

Use this property to return the total number of elements in the ISWiSQLConnections collection.

Item

Read-Only Property

Provide the index number or name of the connection in order to retrieve the ISWiSQLConnection object.

The name of the connection is case-sensitive—“SQLConnection” and “SQLconnection” are two different items.

Item is the default property for ISWiSQLConnections, which means that pISWiProject.ISWiSQLConnections.Item("SQLConnection") is equivalent to pISWiProject.ISWiSQLConnections("SQLConnection").

Applies To

ISWiProject