OpenView Method

[This is preliminary documentation and subject to change.]

This is the OpenView method of the MsiDatabase object. This method returns an MsiView object representing the query specified by a SQL string.

Syntax

object.OpenView(sql)

Parts

object
MsiDatabase object.
sql
Required SQL query string.

Remarks

For information about SQL syntax implemented in the installer, see SQL Syntax.