ISWiSQLRequirements Collection
InstallShield 2022 » Automation Interface
Project:This information applies to the following project types:
• | Basic MSI |
• | DIM |
• | InstallScript |
• | InstallScript MSI |
ISWiSQLRequirements returns a collection of all ISWiSQLRequirement objects associated with the database server.
Members
Name |
Type |
Description |
Count |
Read-Only Property |
Use this property to return the total number of elements in the ISWiSQLRequirements collection. |
Item |
Read-Only Property |
Provide the index number or name of the property in order to retrieve the ISWiSQLRequirement object. The name of the property is case-sensitive—“SQLRequirements” and “SQLrequirements” are different. Item is the default property for ISWiSQLRequirements, which means that pISWiSQLConnection.ISWiSQLRequirements.Item("SQLRequirement") is equivalent to pISWiSQLConnection.ISWiSQLRequirements("SQLRequirement"). |
Applies To
• | ISWiSQLConnection |