ISWiSQLDatabaseServers Collection

InstallShield 2015 » Automation Interface

Project: This information applies to the following project types:

Basic MSI
DIM
InstallScript
InstallScript MSI

The ISWiSQLDatabaseServers collection contains all the database servers that you can choose to target by version requirements at run time.

Members

ISWiSQLDatabaseServers Collection Members

Name

Type

Description

Count

Read-Only Property

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

Item

Read-Only Property

Provide the index number or name of the property in order to retrieve the ISWiSQLDatabaseServer object.

The name of the database server is case-sensitive—“SQLDatabaseServer” and “SQLDatabaseserver” are two different items.

Item is the default property for ISWiSQLDatabaseServers, which means that pISWiSQLConnection.ISWiSQLDatabaseServers.Item("SQLDatabaseServer") is equivalent to pISWiSQLConnection.ISWiSQLDatabaseServers("SQLDatabaseServer").

Applies To

ISWiSQLConnection