ISWiSQLRequirement Object

InstallShield 2015 » Automation Interface

Project: This information applies to the following project types:

Basic MSI
DIM
InstallScript
InstallScript MSI

ISWiSQLRequirement represents the requirements property tab for a new SQL connection in the InstallShield interface. You can retrieve the ISWiSQLRequirement object using the ISWiSQLRequirements collection.

Members

ISWiSQLRequirement Object Members

Name

Type

Description

AnyGreaterServicePack

Read-Write Property

This is a Boolean property. Gets or sets a limit on the ServicePackLevel requirement.

AnyGreaterVersion

Read-Write Property

This is a Boolean property. Gets or sets a limit on the MajorVersion requirement.

Disable

Read-Write Property

This Boolean property disables the SQL requirement.

MajorVersion

Read-Write Property

This string property gets or sets the MajorVersion requirement.

Name

Read-Write Property

This string property gets or sets the name of the SQL Requirement object, which is necessary for determining which SQL Server versions are supported for a connection.

ServicePackLevel

Read-Write Property

This string property gets or sets the ServicePackLevel requirement.

SetPredefinedRequirement

Method

Configures the requirement from a set of predefined values which the installation author determines.

Applies To

ISWiSQLConnection