ISWiSQLReplaces Collection
InstallShield 2026 » Automation Interface
Project:
| • | Basic MSI |
| • | DIM |
| • | InstallScript |
| • | InstallScript MSI |
The ISWiSQLReplaces collection contains all the ISWiSQLReplace objects in the current project.
Members
|
Name |
Type |
Description |
|
Count |
Read-Only Property |
Use this property to return the total number of elements in the ISWiSQLReplaces collection. |
|
Item |
Read-Only Property |
Provide the index number or name of the property in order to retrieve the ISWiSQLReplace object. The name of the collection is case-sensitive—“SQLReplaces” and “SQLreplaces” are different. Item is the default property for ISWiSQLReplaces, which means that pISWiSQLScript.ISWiSQLReplaces.Item("SQLReplace") is equivalent to pISWiSQLScript.ISWiSQLReplaces("SQLReplace"). |
Applies To
| • | ISWiSQLScript |