SQLRTSetBrowseOption
InstallShield 2024 » InstallScript Language Reference
Project:
The SQLRTSetBrowseOption function lets you specify whether the SQL Server browse combo box and list box controls show local servers, remote servers, server aliases, or a combination of these types.
Note:If you want to call any built-in SQL-related function before the OnSQLServerInitialize event handler is called in an InstallScript project or the OnSQLLogin event handler is called in an InstallScript MSI project, call the SQLRTInitialize2 function first. To learn more, see Using the SQL Run-Time Functions in InstallScript and InstallScript MSI Projects.
Syntax
SQLRTSetBrowseOption( nBrowseOption );
Parameters
Parameter |
Description |
||||||||||||
nBrowseOption |
Pass one or more of the following predefined constants in this parameter:
You can specify multiple browse options by combining constants with the bitwise OR operator (|). |
Return Values
None
See Also