ISWiSQLScripts Collection

InstallShield 2020 » Automation Interface

Project:This information applies to the following project types:

Basic MSI
DIM
InstallScript
InstallScript MSI

The ISWiSQLScripts collection contains all the SQL scripts in the SQL Connection.

Members

ISWiSQLScripts Collection Members

Name

Type

Description

Count

Read-Only Property

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

Item

Read-Only Property

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

The name of the script is case-sensitive—“SQLScript” and “SQLscript” are two different items.

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

Applies To

ISWiSQLConnection